summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg/formula.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/formdlg/formula.cxx')
-rw-r--r--sc/source/ui/formdlg/formula.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx
index fda461cd58fd..7c3c58ae1531 100644
--- a/sc/source/ui/formdlg/formula.cxx
+++ b/sc/source/ui/formdlg/formula.cxx
@@ -55,7 +55,7 @@
#include <com/sun/star/table/CellAddress.hpp>
-//============================================================================
+
using namespace formula;
using namespace com::sun::star;
@@ -64,9 +64,9 @@ ScAddress ScFormulaDlg::aCursorPos;
-// --------------------------------------------------------------------------
+
// Initialisierung / gemeinsame Funktionen fuer Dialog
-// --------------------------------------------------------------------------
+
ScFormulaDlg::ScFormulaDlg( SfxBindings* pB, SfxChildWindow* pCW,
Window* pParent, ScViewData* pViewData,formula::IFunctionManager* _pFunctionMgr )
@@ -305,9 +305,9 @@ bool ScFormulaDlg::Close()
return true;
}
-// --------------------------------------------------------------------------
+
// Funktionen fuer rechte Seite
-// --------------------------------------------------------------------------
+
bool ScFormulaDlg::calculateValue( const OUString& rStrExp, OUString& rStrResult )
{
boost::scoped_ptr<ScSimpleFormulaCalculator> pFCell( new ScSimpleFormulaCalculator( pDoc, aCursorPos, rStrExp ) );