[Libreoffice-commits] core.git: sc/source
Stephan Bergmann
sbergman at redhat.com
Wed Feb 5 00:43:51 PST 2014
sc/source/core/data/column.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit e12747c8cfefdb58bb0172bd84c085a27ef68d3f
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Feb 5 09:43:12 2014 +0100
-Werror,-Wunused-private-field
Change-Id: I86e069e14d82be311368662f5128b30a7d00be90
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index e358588..ff8ed6b 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -2881,7 +2881,6 @@ class CompileErrorCellsHandler
ScColumn& mrColumn;
sc::CellStoreType::iterator miPos;
sal_uInt16 mnErrCode;
- FormulaGrammar::Grammar meGram;
bool mbCompiled;
public:
CompileErrorCellsHandler( sc::CompileFormulaContext& rCxt, ScColumn& rColumn, sal_uInt16 nErrCode ) :
More information about the Libreoffice-commits
mailing list