summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xihelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xihelper.cxx')
-rw-r--r--sc/source/filter/excel/xihelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xihelper.cxx b/sc/source/filter/excel/xihelper.cxx
index d101a9ddf02e..d708f7c4e86b 100644
--- a/sc/source/filter/excel/xihelper.cxx
+++ b/sc/source/filter/excel/xihelper.cxx
@@ -51,7 +51,7 @@ inline void lclFillAddress( ScAddress& rScPos, sal_uInt16 nXclCol, sal_uInt32 nX
} // namespace
-// ----------------------------------------------------------------------------
+
XclImpAddressConverter::XclImpAddressConverter( const XclImpRoot& rRoot ) :
XclAddressConverterBase( rRoot.GetTracer(), rRoot.GetScMaxPos() )
@@ -263,7 +263,7 @@ XclImpHFConverter::XclImpHFPortionInfo::XclImpHFPortionInfo() :
maSel.nStartPos = maSel.nEndPos = 0;
}
-// ----------------------------------------------------------------------------
+
XclImpHFConverter::XclImpHFConverter( const XclImpRoot& rRoot ) :
XclImpRoot( rRoot ),