summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/pagedata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/pagedata.cxx')
-rw-r--r--sc/source/ui/docshell/pagedata.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/docshell/pagedata.cxx b/sc/source/ui/docshell/pagedata.cxx
index cad02c397574..b0c6110490db 100644
--- a/sc/source/ui/docshell/pagedata.cxx
+++ b/sc/source/ui/docshell/pagedata.cxx
@@ -21,8 +21,6 @@
#include "pagedata.hxx"
-
-
ScPrintRangeData::ScPrintRangeData()
{
nPagesX = nPagesY = 0;
@@ -64,8 +62,6 @@ void ScPrintRangeData::SetPagesY( size_t nCount, const SCROW* pData )
nPagesY = nCount;
}
-
-
ScPageBreakData::ScPageBreakData(size_t nMax)
{
nUsed = 0;
@@ -121,6 +117,4 @@ void ScPageBreakData::AddPages()
}
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */