From 52be14b80de8c199a5a2f94ae08a4b51ceb12892 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Oct 2013 15:29:18 +0200 Subject: -Werror,-Wunused-const-variable Change-Id: I4e0f9b935171b65b20a40c4dec8d769d202cf4b8 --- oox/source/dump/oledumper.cxx | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'oox') diff --git a/oox/source/dump/oledumper.cxx b/oox/source/dump/oledumper.cxx index 59ce8a6652f7..d488b7d12d70 100644 --- a/oox/source/dump/oledumper.cxx +++ b/oox/source/dump/oledumper.cxx @@ -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 - // ============================================================================ // ============================================================================ -- cgit