summaryrefslogtreecommitdiff
path: root/oox/source/dump
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-01 15:28:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:37 +0200
commitec40dd8ec1d38e4c1a85c4c9ab8e40f07870e332 (patch)
tree84c8c33d95f13a4f9e601028daf4b1126e272431 /oox/source/dump
parent8f6f93adfe96e11cc5fc9d9dd46a1259ed5344ee (diff)
-Werror,-Wunused-const-variable
Change-Id: Ia8f7c1bbf18bbe3dbd84df5a05c450361b7c8578
Diffstat (limited to 'oox/source/dump')
-rw-r--r--oox/source/dump/dffdumper.cxx1
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;