Kaydet (Commit) ccc29709 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: I8832317e23691531e7c5c51f9f1572ce6962e5a3
üst 71f3f362
......@@ -58,7 +58,7 @@ public:
};
CachedTokenArray( ScDocument& rDoc ) :
mrDoc(rDoc), maCxt(&rDoc, formula::FormulaGrammar::GRAM_OOXML) {}
maCxt(&rDoc, formula::FormulaGrammar::GRAM_OOXML) {}
~CachedTokenArray()
{
......@@ -106,7 +106,6 @@ public:
private:
typedef boost::unordered_map<SCCOL, Item*> ColCacheType;
ColCacheType maCache;
ScDocument& mrDoc;
sc::TokenStringContext maCxt;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment