summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xlpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xlpage.hxx')
-rw-r--r--sc/source/filter/inc/xlpage.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xlpage.hxx b/sc/source/filter/inc/xlpage.hxx
index f573a379f6f8..97fc09fe42fc 100644
--- a/sc/source/filter/inc/xlpage.hxx
+++ b/sc/source/filter/inc/xlpage.hxx
@@ -84,8 +84,6 @@ const sal_uInt16 EXC_SETUP_NOTES_END = 0x0200;
const sal_uInt16 EXC_PAPERSIZE_DEFAULT = 0;
const sal_uInt16 EXC_PAPERSIZE_USER = 0xFFFF;
-
-
// Page settings ==============================================================
class SvxBrushItem;
@@ -146,8 +144,6 @@ struct XclPageData : private boost::noncopyable
void SetScPaperSize( const Size& rSize, bool bPortrait, bool bStrict = false );
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */