summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xeview.cxx')
-rw-r--r--sc/source/filter/excel/xeview.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/filter/excel/xeview.cxx b/sc/source/filter/excel/xeview.cxx
index 53cf362d562a..c2da6eed2e2e 100644
--- a/sc/source/filter/excel/xeview.cxx
+++ b/sc/source/filter/excel/xeview.cxx
@@ -131,8 +131,6 @@ void XclExpWindow2::WriteBody( XclExpStream& rStrm )
}
}
-
-
XclExpScl::XclExpScl( sal_uInt16 nZoom ) :
XclExpRecord( EXC_ID_SCL, 4 ),
mnNum( nZoom ),
@@ -157,8 +155,6 @@ void XclExpScl::WriteBody( XclExpStream& rStrm )
rStrm << mnNum << mnDenom;
}
-
-
XclExpPane::XclExpPane( const XclTabViewData& rData ) :
XclExpRecord( EXC_ID_PANE, 10 ),
mnSplitX( rData.mnSplitX ),
@@ -203,8 +199,6 @@ void XclExpPane::WriteBody( XclExpStream& rStrm )
rStrm << sal_uInt8( 0 );
}
-
-
XclExpSelection::XclExpSelection( const XclTabViewData& rData, sal_uInt8 nPane ) :
XclExpRecord( EXC_ID_SELECTION, 15 ),
mnPane( nPane )
@@ -246,8 +240,6 @@ void XclExpSelection::WriteBody( XclExpStream& rStrm )
maSelData.maXclSelection.Write( rStrm, false );
}
-
-
XclExpTabBgColor::XclExpTabBgColor( const XclTabViewData& rTabViewData ) :
XclExpRecord( EXC_ID_SHEETEXT, 18 ),
mrTabViewData( rTabViewData )
@@ -288,8 +280,6 @@ sal_uInt16 lclGetXclZoom( long nScZoom, sal_uInt16 nDefXclZoom )
} // namespace
-
-
XclExpTabViewSettings::XclExpTabViewSettings( const XclExpRoot& rRoot, SCTAB nScTab ) :
XclExpRoot( rRoot ),
mnGridColorId( XclExpPalette::GetColorIdFromIndex( EXC_COLOR_WINDOWTEXT ) )