[Libreoffice-commits] core.git: sc/source
Tor Lillqvist
tml at collabora.com
Mon Mar 9 13:38:34 PDT 2015
sc/source/filter/excel/excform.cxx | 1 -
sc/source/filter/inc/excform.hxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit b926671283837ccf4ee1b283ff4fb286e29cedfd
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Mar 9 22:36:17 2015 +0200
Bin unused static const field
diff --git a/sc/source/filter/excel/excform.cxx b/sc/source/filter/excel/excform.cxx
index 84f9e89..2772a71 100644
--- a/sc/source/filter/excel/excform.cxx
+++ b/sc/source/filter/excel/excform.cxx
@@ -40,7 +40,6 @@
using ::std::vector;
const sal_uInt16 ExcelToSc::nRowMask = 0x3FFF;
-const sal_uInt16 ExcelToSc::nLastInd = 399;
void ImportExcel::Formula25()
{
diff --git a/sc/source/filter/inc/excform.hxx b/sc/source/filter/inc/excform.hxx
index 8372c20..bb533e9 100644
--- a/sc/source/filter/inc/excform.hxx
+++ b/sc/source/filter/inc/excform.hxx
@@ -37,7 +37,6 @@ protected:
bool bExternName; // external name was found
static const sal_uInt16 nRowMask;
- static const sal_uInt16 nLastInd; // last Index for Excel->SC- token
XclFunctionProvider maFuncProv;
const XclBiff meBiff;
More information about the Libreoffice-commits
mailing list