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.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/excel/xihelper.cxx b/sc/source/filter/excel/xihelper.cxx
index deab5bf5c8d0..6d17288efe52 100644
--- a/sc/source/filter/excel/xihelper.cxx
+++ b/sc/source/filter/excel/xihelper.cxx
@@ -51,8 +51,6 @@ inline void lclFillAddress( ScAddress& rScPos, sal_uInt16 nXclCol, sal_uInt32 nX
} // namespace
-
-
XclImpAddressConverter::XclImpAddressConverter( const XclImpRoot& rRoot ) :
XclAddressConverterBase( rRoot.GetTracer(), rRoot.GetScMaxPos() )
{
@@ -263,8 +261,6 @@ XclImpHFConverter::XclImpHFPortionInfo::XclImpHFPortionInfo() :
maSel.nStartPos = maSel.nEndPos = 0;
}
-
-
XclImpHFConverter::XclImpHFConverter( const XclImpRoot& rRoot ) :
XclImpRoot( rRoot ),
mrEE( rRoot.GetHFEditEngine() ),
@@ -897,6 +893,4 @@ ScMatrixRef XclImpCachedMatrix::CreateScMatrix( svl::SharedStringPool& rPool ) c
return xScMatrix;
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */