summaryrefslogtreecommitdiff
path: root/sc/source/core/data/poolhelp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/poolhelp.cxx')
-rw-r--r--sc/source/core/data/poolhelp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/data/poolhelp.cxx b/sc/source/core/data/poolhelp.cxx
index 74d5cbe274fe..e2aa81063d8b 100644
--- a/sc/source/core/data/poolhelp.cxx
+++ b/sc/source/core/data/poolhelp.cxx
@@ -25,7 +25,7 @@
#include "docpool.hxx"
#include "stlpool.hxx"
-// -----------------------------------------------------------------------
+
ScPoolHelper::ScPoolHelper( ScDocument* pSourceDoc )
:pFormTable(NULL)
@@ -120,7 +120,7 @@ void ScPoolHelper::SourceDocumentGone()
pFormTable->SetColorLink( Link() );
}
-// -----------------------------------------------------------------------
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */