diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 15:28:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:37 +0200 |
commit | ec40dd8ec1d38e4c1a85c4c9ab8e40f07870e332 (patch) | |
tree | 84c8c33d95f13a4f9e601028daf4b1126e272431 /oox | |
parent | 8f6f93adfe96e11cc5fc9d9dd46a1259ed5344ee (diff) |
-Werror,-Wunused-const-variable
Change-Id: Ia8f7c1bbf18bbe3dbd84df5a05c450361b7c8578
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/dump/dffdumper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/dump/dffdumper.cxx b/oox/source/dump/dffdumper.cxx index b53099851348..f0edfbc5bfb1 100644 --- a/oox/source/dump/dffdumper.cxx +++ b/oox/source/dump/dffdumper.cxx @@ -43,7 +43,6 @@ const sal_uInt16 DFF_ID_SPGR = 0xF009; /// Shape group. const sal_uInt16 DFF_ID_SPLITMENUCOLORS = 0xF11E; /// Current toolbar colors. const sal_uInt16 DFF_OPT_IDMASK = 0x3FFF; -const sal_uInt16 DFF_OPT_PICTURE = 0x4000; const sal_uInt16 DFF_OPT_COMPLEX = 0x8000; const sal_uInt16 DFF_OPT_FLAGSMASK = 0x003F; |