summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xepage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xepage.cxx')
-rw-r--r--sc/source/filter/excel/xepage.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/excel/xepage.cxx b/sc/source/filter/excel/xepage.cxx
index 23091a4e174b..8db13be1d52c 100644
--- a/sc/source/filter/excel/xepage.cxx
+++ b/sc/source/filter/excel/xepage.cxx
@@ -411,8 +411,6 @@ void XclExpPageSettings::SaveXml( XclExpXmlStream& rStrm )
XclExpImgData( *pGraphic, EXC_ID8_IMGDATA ).SaveXml( rStrm );
}
-
-
XclExpChartPageSettings::XclExpChartPageSettings( const XclExpRoot& rRoot ) :
XclExpRoot( rRoot )
{
@@ -428,6 +426,4 @@ void XclExpChartPageSettings::Save( XclExpStream& rStrm )
XclExpUInt16Record( EXC_ID_PRINTSIZE, EXC_PRINTSIZE_FULL ).Save( rStrm );
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */