diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 16:18:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:38 +0200 |
commit | 06fe9af13a455b3676a2b73ca9e298cb1bfd1484 (patch) | |
tree | b771b9c846df5e49dc2340d30ee4e5212cb34a03 /oox | |
parent | ba4e24da44946cdebbb0964de0cdb92d75cf22d7 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I41ec28c39c395b8eb2eaf72f91440f3ae2c3aa99
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/ole/olehelper.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/oox/source/ole/olehelper.cxx b/oox/source/ole/olehelper.cxx index 433b88462f8e..4e229635d7eb 100644 --- a/oox/source/ole/olehelper.cxx +++ b/oox/source/ole/olehelper.cxx @@ -81,7 +81,6 @@ const sal_uInt32 OLE_COLORTYPE_BGR = 0x02000000; const sal_uInt32 OLE_COLORTYPE_SYSCOLOR = 0x80000000; const sal_uInt32 OLE_PALETTECOLOR_MASK = 0x0000FFFF; -const sal_uInt32 OLE_BGRCOLOR_MASK = 0x00FFFFFF; const sal_uInt32 OLE_SYSTEMCOLOR_MASK = 0x0000FFFF; @@ -99,21 +98,8 @@ inline sal_Int32 lclDecodeBgrColor( sal_uInt32 nOleColor ) // ---------------------------------------------------------------------------- -const sal_Char OLE_GUID_URLMONIKER[] = "{79EAC9E0-BAF9-11CE-8C82-00AA004BA90B}"; -const sal_Char OLE_GUID_FILEMONIKER[] = "{00000303-0000-0000-C000-000000000046}"; - const sal_uInt32 OLE_STDPIC_ID = 0x0000746C; -const sal_uInt32 OLE_STDHLINK_VERSION = 2; -const sal_uInt32 OLE_STDHLINK_HASTARGET = 0x00000001; /// Has hyperlink moniker. -const sal_uInt32 OLE_STDHLINK_ABSOLUTE = 0x00000002; /// Absolute path. -const sal_uInt32 OLE_STDHLINK_HASLOCATION = 0x00000008; /// Has target location. -const sal_uInt32 OLE_STDHLINK_HASDISPLAY = 0x00000010; /// Has display string. -const sal_uInt32 OLE_STDHLINK_HASGUID = 0x00000020; /// Has identification GUID. -const sal_uInt32 OLE_STDHLINK_HASTIME = 0x00000040; /// Has creation time. -const sal_uInt32 OLE_STDHLINK_HASFRAME = 0x00000080; /// Has frame. -const sal_uInt32 OLE_STDHLINK_ASSTRING = 0x00000100; /// Hyperlink as simple string. - struct GUIDCNamePair { const char* sGUID; |