summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 12:36:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:46 +0200
commit885726bed2fb808e67adb94e745b811715bdf7e4 (patch)
tree91d0f3edec6a0f3852e4530bf135dc20da19f9e1 /sc
parent3d04ba9069790b8d9fdf57d1a0150929448d6dc5 (diff)
-Werror,-Wunused-const-variable
Change-Id: I22c45ee84521251f294e25556a22f3e0178e9ebf
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/oox/querytablebuffer.cxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/sc/source/filter/oox/querytablebuffer.cxx b/sc/source/filter/oox/querytablebuffer.cxx
index cf42cc504763..bc7f6915d12c 100644
--- a/sc/source/filter/oox/querytablebuffer.cxx
+++ b/sc/source/filter/oox/querytablebuffer.cxx
@@ -64,29 +64,6 @@ const sal_uInt32 BIFF12_QUERYTABLE_APPLYBORDER = 0x00020000;
const sal_uInt32 BIFF12_QUERYTABLE_APPLYFILL = 0x00040000;
const sal_uInt32 BIFF12_QUERYTABLE_APPLYPROTECTION = 0x00080000;
-const sal_uInt16 BIFF_QUERYTABLE_HEADERS = 0x0001;
-const sal_uInt16 BIFF_QUERYTABLE_ROWNUMBERS = 0x0002;
-const sal_uInt16 BIFF_QUERYTABLE_DISABLEREFRESH = 0x0004;
-const sal_uInt16 BIFF_QUERYTABLE_BACKGROUND = 0x0008;
-const sal_uInt16 BIFF_QUERYTABLE_FIRSTBACKGROUND = 0x0010;
-const sal_uInt16 BIFF_QUERYTABLE_REFRESHONLOAD = 0x0020;
-const sal_uInt16 BIFF_QUERYTABLE_DELETEUNUSED = 0x0040;
-const sal_uInt16 BIFF_QUERYTABLE_FILLFORMULAS = 0x0080;
-const sal_uInt16 BIFF_QUERYTABLE_ADJUSTCOLWIDTH = 0x0100;
-const sal_uInt16 BIFF_QUERYTABLE_SAVEDATA = 0x0200;
-const sal_uInt16 BIFF_QUERYTABLE_DISABLEEDIT = 0x0400;
-const sal_uInt16 BIFF_QUERYTABLE_OVERWRITEEXISTING = 0x2000;
-
-const sal_uInt16 BIFF_QUERYTABLE_APPLYNUMFMT = 0x0001;
-const sal_uInt16 BIFF_QUERYTABLE_APPLYFONT = 0x0002;
-const sal_uInt16 BIFF_QUERYTABLE_APPLYALIGNMENT = 0x0004;
-const sal_uInt16 BIFF_QUERYTABLE_APPLYBORDER = 0x0008;
-const sal_uInt16 BIFF_QUERYTABLE_APPLYFILL = 0x0010;
-const sal_uInt16 BIFF_QUERYTABLE_APPLYPROTECTION = 0x0020;
-
-const sal_uInt32 BIFF_QTREFRESH_PRESERVEFORMAT = 0x00000001;
-const sal_uInt32 BIFF_QTREFRESH_ADJUSTCOLWIDTH = 0x00000002;
-
// ----------------------------------------------------------------------------
void lclAppendWebQueryTableName( OUStringBuffer& rTables, const OUString& rTableName )