summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/ooxformulaparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/ooxformulaparser.cxx')
-rw-r--r--sc/source/filter/oox/ooxformulaparser.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/oox/ooxformulaparser.cxx b/sc/source/filter/oox/ooxformulaparser.cxx
index 4b6883b614ba..2fb9aad1d4b2 100644
--- a/sc/source/filter/oox/ooxformulaparser.cxx
+++ b/sc/source/filter/oox/ooxformulaparser.cxx
@@ -26,7 +26,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::sheet;
@@ -35,7 +35,7 @@ using namespace ::com::sun::star::uno;
using ::rtl::OUString;
-// ============================================================================
+
class OOXMLFormulaParserImpl : private FormulaFinalizer
{
@@ -103,7 +103,7 @@ const FunctionInfo* OOXMLFormulaParserImpl::resolveBadFuncName( const OUString&
return 0;
}
-// ============================================================================
+
Sequence< OUString > OOXMLFormulaParser_getSupportedServiceNames()
{
@@ -122,7 +122,7 @@ Reference< XInterface > OOXMLFormulaParser_create( const Reference< XComponentCo
return static_cast< ::cppu::OWeakObject* >( new OOXMLFormulaParser );
}
-// ============================================================================
+
OOXMLFormulaParser::OOXMLFormulaParser()
{
@@ -185,7 +185,7 @@ OUString SAL_CALL OOXMLFormulaParser::printFormula(
throw RuntimeException();
}
-// ============================================================================
+
} // namespace xls
} // namespace oox