diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 15:29:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:37 +0200 |
commit | 52be14b80de8c199a5a2f94ae08a4b51ceb12892 (patch) | |
tree | 681ede72582911a944302494ea2197ac46edd8a8 /oox | |
parent | ec40dd8ec1d38e4c1a85c4c9ab8e40f07870e332 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I4e0f9b935171b65b20a40c4dec8d769d202cf4b8
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/dump/oledumper.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
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 @@ -114,21 +114,6 @@ void StdPicObject::implDump() } // ============================================================================ - -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 - -// ============================================================================ // ============================================================================ OleStreamObject::OleStreamObject( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, const OUString& rSysFileName ) |