summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 12:52:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:47 +0200
commit26ebd3db21e65e76e0aa1f34ef4a6ff6935fc6a9 (patch)
tree6da66e30f7bf48649b3de3b3b4b95549eacef1a0 /sc
parent24748fef344d91f5d3272cc739d0cb4008710074 (diff)
-Werror,-Wunused-const-variable
Change-Id: I721dce7a588cc1a1176c65f83eef6d98492e7515
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/oox/worksheetfragment.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/oox/worksheetfragment.cxx b/sc/source/filter/oox/worksheetfragment.cxx
index 93cacd77d971..a13e52d749c2 100644
--- a/sc/source/filter/oox/worksheetfragment.cxx
+++ b/sc/source/filter/oox/worksheetfragment.cxx
@@ -66,8 +66,6 @@ const sal_uInt16 BIFF_DEFROW_CUSTOMHEIGHT = 0x0001;
const sal_uInt16 BIFF_DEFROW_HIDDEN = 0x0002;
const sal_uInt16 BIFF_DEFROW_THICKTOP = 0x0004;
const sal_uInt16 BIFF_DEFROW_THICKBOTTOM = 0x0008;
-const sal_uInt16 BIFF2_DEFROW_DEFHEIGHT = 0x8000;
-const sal_uInt16 BIFF2_DEFROW_MASK = 0x7FFF;
const sal_uInt32 BIFF_DATAVAL_STRINGLIST = 0x00000080;
const sal_uInt32 BIFF_DATAVAL_ALLOWBLANK = 0x00000100;
@@ -75,12 +73,8 @@ const sal_uInt32 BIFF_DATAVAL_NODROPDOWN = 0x00000200;
const sal_uInt32 BIFF_DATAVAL_SHOWINPUT = 0x00040000;
const sal_uInt32 BIFF_DATAVAL_SHOWERROR = 0x00080000;
-const sal_uInt32 BIFF_SHRFEATHEAD_SHEETPROT = 2;
-
-const sal_Int32 BIFF12_OLEOBJECT_CONTENT = 1;
const sal_Int32 BIFF12_OLEOBJECT_ICON = 4;
const sal_Int32 BIFF12_OLEOBJECT_ALWAYS = 1;
-const sal_Int32 BIFF12_OLEOBJECT_ONCALL = 3;
const sal_uInt16 BIFF12_OLEOBJECT_LINKED = 0x0001;
const sal_uInt16 BIFF12_OLEOBJECT_AUTOLOAD = 0x0002;