summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/prnsave.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/prnsave.cxx')
-rw-r--r--sc/source/core/tool/prnsave.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sc/source/core/tool/prnsave.cxx b/sc/source/core/tool/prnsave.cxx
index 31588fe9797b..a7d3453ace3b 100644
--- a/sc/source/core/tool/prnsave.cxx
+++ b/sc/source/core/tool/prnsave.cxx
@@ -21,9 +21,7 @@
#include "global.hxx"
#include "address.hxx"
-// STATIC DATA -----------------------------------------------------------
-
-//------------------------------------------------------------------
+// STATIC DATA
//
// Daten pro Tabelle
@@ -113,7 +111,4 @@ sal_Bool ScPrintRangeSaver::operator==( const ScPrintRangeSaver& rCmp ) const
return bEqual;
}
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */