summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlroot.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xlroot.cxx')
-rw-r--r--sc/source/filter/excel/xlroot.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xlroot.cxx b/sc/source/filter/excel/xlroot.cxx
index 18668912eba1..0b363995463e 100644
--- a/sc/source/filter/excel/xlroot.cxx
+++ b/sc/source/filter/excel/xlroot.cxx
@@ -75,7 +75,7 @@ XclDebugObjCounter::~XclDebugObjCounter()
}
#endif
-// ----------------------------------------------------------------------------
+
XclRootData::XclRootData( XclBiff eBiff, SfxMedium& rMedium,
SotStorageRef xRootStrg, ScDocument& rDoc, rtl_TextEncoding eTextEnc, bool bExport ) :
@@ -160,7 +160,7 @@ XclRootData::~XclRootData()
{
}
-// ----------------------------------------------------------------------------
+
XclRoot::XclRoot( XclRootData& rRootData ) :
mrData( rRootData )