From 99cc76e41bc418aff8cc14e646b42b3c59ffac9e Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 12 Nov 2015 18:38:01 +0100 Subject: remove fixme comment and fragments of things that are done since long Change-Id: Ia1daaecb69e4d2e42315edeb96f9d659a3efed0c --- sc/inc/document.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sc/inc') diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index fc13ec9cf5f1..1fc5d2df62bc 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -387,11 +387,6 @@ private: documents, GRAM_ODFF for ODF 1.2 documents. */ formula::FormulaGrammar::Grammar eStorageGrammar; - /** The compiler grammar used in ODF import after brackets had been - stripped (which they shouldn't, but until that's fixed) by the XML - importer. */ - formula::FormulaGrammar::Grammar eXmlImportGrammar; - sal_uLong nFormulaCodeInTree; // FormelRPN im Formelbaum sal_uLong nXMLImportedFormulaCount; // progress count during XML import sal_uInt16 nInterpretLevel; // >0 if in interpreter -- cgit