summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xehelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xehelper.cxx')
-rw-r--r--sc/source/filter/excel/xehelper.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/excel/xehelper.cxx b/sc/source/filter/excel/xehelper.cxx
index 5d2526d06bca..c5301d6bd546 100644
--- a/sc/source/filter/excel/xehelper.cxx
+++ b/sc/source/filter/excel/xehelper.cxx
@@ -149,8 +149,6 @@ inline void lclFillAddress( XclAddress& rXclPos, SCCOL nScCol, SCROW nScRow )
} // namespace
-
-
XclExpAddressConverter::XclExpAddressConverter( const XclExpRoot& rRoot ) :
XclAddressConverterBase( rRoot.GetTracer(), rRoot.GetXclMaxPos() )
{
@@ -286,8 +284,6 @@ OUString lclGetUrlRepresentation( const SvxURLField& rUrlField )
} // namespace
-
-
XclExpHyperlinkHelper::XclExpHyperlinkHelper( const XclExpRoot& rRoot, const ScAddress& rScPos ) :
XclExpRoot( rRoot ),
maScPos( rScPos ),
@@ -333,8 +329,6 @@ XclExpHyperlinkHelper::XclExpHyperlinkRef XclExpHyperlinkHelper::GetLinkRecord()
return XclExpHyperlinkRef();
}
-
-
namespace {
/** Creates a new formatted string from the passed unformatted string.
@@ -526,8 +520,6 @@ XclExpStringRef lclCreateFormattedString(
} // namespace
-
-
XclExpStringRef XclExpStringHelper::CreateString(
const XclExpRoot& rRoot, const OUString& rString, XclStrFlags nFlags, sal_uInt16 nMaxLen )
{
@@ -962,8 +954,6 @@ OUString lclEncodeDosUrl(
} // namespace
-
-
OUString XclExpUrlHelper::EncodeUrl( const XclExpRoot& rRoot, const OUString& rAbsUrl, const OUString* pTableName )
{
OUString aDosUrl = INetURLObject(rAbsUrl).getFSysPath(INetURLObject::FSYS_DOS);
@@ -1064,6 +1054,4 @@ void XclExpCachedMatrix::Save( XclExpStream& rStrm ) const
}
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */