summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/formulaparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/formulaparser.cxx')
-rw-r--r--sc/source/filter/oox/formulaparser.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/oox/formulaparser.cxx b/sc/source/filter/oox/formulaparser.cxx
index f6f2948e9042..25c0a260ae4d 100644
--- a/sc/source/filter/oox/formulaparser.cxx
+++ b/sc/source/filter/oox/formulaparser.cxx
@@ -573,7 +573,7 @@ private:
WhiteSpaceVec maClosingSpaces; /// List of whitespaces before closing parenthesis.
};
-// ----------------------------------------------------------------------------
+
FormulaParserImpl::FormulaParserImpl( const FormulaParser& rParent ) :
FormulaFinalizer( rParent ),
@@ -1290,7 +1290,7 @@ private:
bool mbNeedExtRefs; /// True = parser needs initialization of external reference info.
};
-// ----------------------------------------------------------------------------
+
OoxFormulaParserImpl::OoxFormulaParserImpl( const FormulaParser& rParent ) :
FormulaParserImpl( rParent ),
@@ -1842,7 +1842,7 @@ bool lclIsValidNlrRange( const BiffNlr& rNlr, const BinRange& rRange, bool bRow
} // namespace
-// ----------------------------------------------------------------------------
+
class BiffFormulaParserImpl : public FormulaParserImpl
{
@@ -1919,7 +1919,7 @@ private:
bool pushBiffFunction( sal_uInt16 nFuncId );
bool pushBiffFunction( sal_uInt16 nFuncId, sal_uInt8 nParamCount );
- // ------------------------------------------------------------------------
+
private:
typedef bool (BiffFormulaParserImpl::*ImportTokenFunc)( BiffInputStream& );
typedef bool (BiffFormulaParserImpl::*ImportRefTokenFunc)( BiffInputStream&, bool, bool );
@@ -1947,7 +1947,7 @@ private:
sal_uInt16 mnRefIdSize; /// Size of unused data following a reference identifier.
};
-// ----------------------------------------------------------------------------
+
BiffFormulaParserImpl::BiffFormulaParserImpl( const FormulaParser& rParent ) :
FormulaParserImpl( rParent ),
@@ -2764,7 +2764,7 @@ bool lclExtractRefId( sal_Int32& rnRefId, OUString& rRemainder, const OUString&
}
-// ----------------------------------------------------------------------------
+
FormulaParser::FormulaParser( const WorkbookHelper& rHelper ) :
FormulaProcessorBase( rHelper )