summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 12:53:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:47 +0200
commit2f3e2137dd3240a63d89278771c06fda6a7b1f47 (patch)
tree5c2237f531a4d1f7dad467c315bb1177a4e6bf81 /sc
parent26ebd3db21e65e76e0aa1f34ef4a6ff6935fc6a9 (diff)
-Werror,-Wunused-const-variable
Change-Id: Ib4c7980df8296abffab7f2ac9b823408fc05b9be
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/oox/worksheetsettings.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/sc/source/filter/oox/worksheetsettings.cxx b/sc/source/filter/oox/worksheetsettings.cxx
index 96ca193a30a5..ee32cf29ccbf 100644
--- a/sc/source/filter/oox/worksheetsettings.cxx
+++ b/sc/source/filter/oox/worksheetsettings.cxx
@@ -45,32 +45,11 @@ using ::oox::core::CodecHelper;
namespace {
const sal_uInt8 BIFF12_SHEETPR_FILTERMODE = 0x01;
-const sal_uInt8 BIFF12_SHEETPR_EVAL_CF = 0x02;
-const sal_uInt32 BIFF_SHEETEXT_NOTABCOLOR = 0x7F;
-
-const sal_uInt16 BIFF_SHEETPR_DIALOGSHEET = 0x0010;
const sal_uInt16 BIFF_SHEETPR_APPLYSTYLES = 0x0020;
const sal_uInt16 BIFF_SHEETPR_SYMBOLSBELOW = 0x0040;
const sal_uInt16 BIFF_SHEETPR_SYMBOLSRIGHT = 0x0080;
const sal_uInt16 BIFF_SHEETPR_FITTOPAGES = 0x0100;
-const sal_uInt16 BIFF_SHEETPR_SKIPEXT = 0x0200; // BIFF3-BIFF4
-
-const sal_uInt32 BIFF_SHEETPROT_OBJECTS = 0x00000001;
-const sal_uInt32 BIFF_SHEETPROT_SCENARIOS = 0x00000002;
-const sal_uInt32 BIFF_SHEETPROT_FORMAT_CELLS = 0x00000004;
-const sal_uInt32 BIFF_SHEETPROT_FORMAT_COLUMNS = 0x00000008;
-const sal_uInt32 BIFF_SHEETPROT_FORMAT_ROWS = 0x00000010;
-const sal_uInt32 BIFF_SHEETPROT_INSERT_COLUMNS = 0x00000020;
-const sal_uInt32 BIFF_SHEETPROT_INSERT_ROWS = 0x00000040;
-const sal_uInt32 BIFF_SHEETPROT_INSERT_HLINKS = 0x00000080;
-const sal_uInt32 BIFF_SHEETPROT_DELETE_COLUMNS = 0x00000100;
-const sal_uInt32 BIFF_SHEETPROT_DELETE_ROWS = 0x00000200;
-const sal_uInt32 BIFF_SHEETPROT_SELECT_LOCKED = 0x00000400;
-const sal_uInt32 BIFF_SHEETPROT_SORT = 0x00000800;
-const sal_uInt32 BIFF_SHEETPROT_AUTOFILTER = 0x00001000;
-const sal_uInt32 BIFF_SHEETPROT_PIVOTTABLES = 0x00002000;
-const sal_uInt32 BIFF_SHEETPROT_SELECT_UNLOCKED = 0x00004000;
} // namespace