summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xiview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xiview.cxx')
-rw-r--r--sc/source/filter/excel/xiview.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/excel/xiview.cxx b/sc/source/filter/excel/xiview.cxx
index b4e196d151a5..e7b91d4d804f 100644
--- a/sc/source/filter/excel/xiview.cxx
+++ b/sc/source/filter/excel/xiview.cxx
@@ -83,8 +83,6 @@ long lclGetScZoom( sal_uInt16 nXclZoom, sal_uInt16 nDefZoom )
} // namespace
-
-
XclImpTabViewSettings::XclImpTabViewSettings( const XclImpRoot& rRoot ) :
XclImpRoot( rRoot )
{
@@ -293,6 +291,4 @@ void XclImpTabViewSettings::Finalize()
rDoc.SetTabBgColor(nScTab, maData.maTabBgColor);
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */