summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xicontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xicontent.cxx')
-rw-r--r--sc/source/filter/excel/xicontent.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/excel/xicontent.cxx b/sc/source/filter/excel/xicontent.cxx
index 8e45697bfbf9..76a8a2e88ae5 100644
--- a/sc/source/filter/excel/xicontent.cxx
+++ b/sc/source/filter/excel/xicontent.cxx
@@ -214,8 +214,6 @@ void lclInsertUrl( XclImpRoot& rRoot, const OUString& rUrl, SCCOL nScCol, SCROW
} // namespace
-
-
void XclImpHyperlink::ReadHlink( XclImpStream& rStrm )
{
XclRange aXclRange( ScAddress::UNINITIALIZED );
@@ -683,8 +681,6 @@ void XclImpCondFormat::Apply()
}
}
-
-
XclImpCondFormatManager::XclImpCondFormatManager( const XclImpRoot& rRoot ) :
XclImpRoot( rRoot )
{
@@ -995,8 +991,6 @@ void XclImpWebQuery::Apply( ScDocument& rDoc, const OUString& rFilterName )
}
}
-
-
XclImpWebQueryBuffer::XclImpWebQueryBuffer( const XclImpRoot& rRoot ) :
XclImpRoot( rRoot )
{
@@ -1141,8 +1135,6 @@ XclImpDecrypterRef lclReadFilepass8( XclImpStream& rStrm )
} // namespace
-
-
ErrCode XclImpDecryptHelper::ReadFilepass( XclImpStream& rStrm )
{
XclImpDecrypterRef xDecr;
@@ -1233,8 +1225,6 @@ XclImpSheetProtectBuffer::Sheet::Sheet() :
{
}
-
-
XclImpSheetProtectBuffer::Sheet::Sheet(const Sheet& r) :
mbProtected(r.mbProtected),
mnPasswordHash(r.mnPasswordHash),
@@ -1359,6 +1349,4 @@ XclImpSheetProtectBuffer::Sheet* XclImpSheetProtectBuffer::GetSheetItem( SCTAB n
return &itr->second;
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */