Skip to content

Commit

Permalink
-Werror,-Wunused-const-variable
Browse files Browse the repository at this point in the history
Change-Id: I4e0f9b935171b65b20a40c4dec8d769d202cf4b8
  • Loading branch information
stbergmann committed Oct 2, 2013
1 parent ec40dd8 commit 52be14b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions oox/source/dump/oledumper.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -113,21 +113,6 @@ void StdPicObject::implDump()
dumpBinary( "image-data", nSize );
}

// ============================================================================

namespace {

const sal_uInt32 STDHLINK_HASTARGET = 0x00000001; /// Has hyperlink moniker.
const sal_uInt32 STDHLINK_ABSOLUTE = 0x00000002; /// Absolute path.
const sal_uInt32 STDHLINK_HASLOCATION = 0x00000008; /// Has target location.
const sal_uInt32 STDHLINK_HASDISPLAY = 0x00000010; /// Has display string.
const sal_uInt32 STDHLINK_HASGUID = 0x00000020; /// Has identification GUID.
const sal_uInt32 STDHLINK_HASTIME = 0x00000040; /// Has creation time.
const sal_uInt32 STDHLINK_HASFRAME = 0x00000080; /// Has frame.
const sal_uInt32 STDHLINK_ASSTRING = 0x00000100; /// Hyperlink as simple string.

} // namespace

// ============================================================================
// ============================================================================

Expand Down

0 comments on commit 52be14b

Please sign in to comment.