summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/progress.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/progress.cxx')
-rw-r--r--sc/source/core/tool/progress.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/core/tool/progress.cxx b/sc/source/core/tool/progress.cxx
index dcbc3c6f1258..634f167dce6d 100644
--- a/sc/source/core/tool/progress.cxx
+++ b/sc/source/core/tool/progress.cxx
@@ -159,8 +159,6 @@ void ScProgress::CreateInterpretProgress( ScDocument* pDoc, bool bWait )
}
}
-
-
void ScProgress::DeleteInterpretProgress()
{
if ( bAllowInterpretProgress && nInterpretProgress )
@@ -186,6 +184,4 @@ void ScProgress::DeleteInterpretProgress()
}
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */