diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 12:28:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:46 +0200 |
commit | 0198aa317d8f60ffdba315d5f5ad821b381714cc (patch) | |
tree | ed89f628fc34fc23fa19871ee62fbc9b69cb535c /sc | |
parent | 80d01e30cf4210d05089c3978b16802308c5dcfc (diff) |
-Werror,-Wunused-const-variable
Change-Id: I441ac5268f94d894a77f346d00a3f66048f96123
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/oox/pivotcachebuffer.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/filter/oox/pivotcachebuffer.cxx b/sc/source/filter/oox/pivotcachebuffer.cxx index ac836c88ac56..e595bfd85806 100644 --- a/sc/source/filter/oox/pivotcachebuffer.cxx +++ b/sc/source/filter/oox/pivotcachebuffer.cxx @@ -74,7 +74,6 @@ const sal_uInt16 BIFF12_PCDFSITEMS_HASBLANK = 0x0010; const sal_uInt16 BIFF12_PCDFSITEMS_HASMIXED = 0x0020; const sal_uInt16 BIFF12_PCDFSITEMS_ISNUMERIC = 0x0040; const sal_uInt16 BIFF12_PCDFSITEMS_ISINTEGER = 0x0080; -const sal_uInt16 BIFF12_PCDFSITEMS_HASMINMAX = 0x0100; const sal_uInt16 BIFF12_PCDFSITEMS_HASLONGTEXT = 0x0200; const sal_uInt16 BIFF12_PCITEM_ARRAY_DOUBLE = 0x0001; @@ -105,21 +104,13 @@ const sal_uInt8 BIFF12_PCDWBSOURCE_HASSHEET = 0x02; // ---------------------------------------------------------------------------- -const sal_uInt16 BIFF_PCDSOURCE_WORKSHEET = 0x0001; -const sal_uInt16 BIFF_PCDSOURCE_EXTERNAL = 0x0002; -const sal_uInt16 BIFF_PCDSOURCE_CONSOLIDATION = 0x0004; -const sal_uInt16 BIFF_PCDSOURCE_SCENARIO = 0x0010; - const sal_uInt16 BIFF_PC_NOSTRING = 0xFFFF; const sal_uInt16 BIFF_PCDFIELD_HASITEMS = 0x0001; -const sal_uInt16 BIFF_PCDFIELD_HASUNSHAREDITEMS = 0x0002; -const sal_uInt16 BIFF_PCDFIELD_CALCULATED = 0x0004; const sal_uInt16 BIFF_PCDFIELD_HASPARENT = 0x0008; const sal_uInt16 BIFF_PCDFIELD_RANGEGROUP = 0x0010; const sal_uInt16 BIFF_PCDFIELD_ISNUMERIC = 0x0020; const sal_uInt16 BIFF_PCDFIELD_HASSEMIMIXED = 0x0080; -const sal_uInt16 BIFF_PCDFIELD_HASMINMAX = 0x0100; const sal_uInt16 BIFF_PCDFIELD_HASLONGINDEX = 0x0200; const sal_uInt16 BIFF_PCDFIELD_HASNONDATE = 0x0400; const sal_uInt16 BIFF_PCDFIELD_HASDATE = 0x0800; |