summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/interpr4.cxx')
-rw-r--r--sc/source/core/tool/interpr4.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index 1048c1a4430f..f2ff1d63e810 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -84,8 +84,6 @@ using ::std::auto_ptr;
// Funktionen fuer den Zugriff auf das Document
-
-
void ScInterpreter::ReplaceCell( ScAddress& rPos )
{
size_t ListSize = pDok->aTableOpList.size();
@@ -875,12 +873,8 @@ bool ScInterpreter::CreateCellArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
return true;
}
-
-
// Stack operations
-
-
// Also releases a TempToken if appropriate.
void ScInterpreter::PushWithoutError( FormulaToken& r )
@@ -3730,8 +3724,6 @@ void ScInterpreter::ScTTT()
}
-
-
ScInterpreter::ScInterpreter( ScFormulaCell* pCell, ScDocument* pDoc,
const ScAddress& rPos, ScTokenArray& r ) :
aCode( r ),