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, 5 insertions, 5 deletions
diff --git a/sc/source/filter/excel/xeview.cxx b/sc/source/filter/excel/xeview.cxx
index 1c35f72f952b..ea466796d6bc 100644
--- a/sc/source/filter/excel/xeview.cxx
+++ b/sc/source/filter/excel/xeview.cxx
@@ -131,7 +131,7 @@ void XclExpWindow2::WriteBody( XclExpStream& rStrm )
}
}
-// ----------------------------------------------------------------------------
+
XclExpScl::XclExpScl( sal_uInt16 nZoom ) :
XclExpRecord( EXC_ID_SCL, 4 ),
@@ -157,7 +157,7 @@ void XclExpScl::WriteBody( XclExpStream& rStrm )
rStrm << mnNum << mnDenom;
}
-// ----------------------------------------------------------------------------
+
XclExpPane::XclExpPane( const XclTabViewData& rData ) :
XclExpRecord( EXC_ID_PANE, 10 ),
@@ -203,7 +203,7 @@ void XclExpPane::WriteBody( XclExpStream& rStrm )
rStrm << sal_uInt8( 0 );
}
-// ----------------------------------------------------------------------------
+
XclExpSelection::XclExpSelection( const XclTabViewData& rData, sal_uInt8 nPane ) :
XclExpRecord( EXC_ID_SELECTION, 15 ),
@@ -246,7 +246,7 @@ void XclExpSelection::WriteBody( XclExpStream& rStrm )
maSelData.maXclSelection.Write( rStrm, false );
}
-// ----------------------------------------------------------------------------
+
XclExpTabBgColor::XclExpTabBgColor( const XclTabViewData& rTabViewData ) :
XclExpRecord( EXC_ID_SHEETEXT, 18 ),
@@ -288,7 +288,7 @@ sal_uInt16 lclGetXclZoom( long nScZoom, sal_uInt16 nDefXclZoom )
} // namespace
-// ----------------------------------------------------------------------------
+
XclExpTabViewSettings::XclExpTabViewSettings( const XclExpRoot& rRoot, SCTAB nScTab ) :
XclExpRoot( rRoot ),