summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xilink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xilink.cxx')
-rw-r--r--sc/source/filter/excel/xilink.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/excel/xilink.cxx b/sc/source/filter/excel/xilink.cxx
index 8be264201a7e..6bcbdc30a404 100644
--- a/sc/source/filter/excel/xilink.cxx
+++ b/sc/source/filter/excel/xilink.cxx
@@ -36,8 +36,6 @@
using ::std::vector;
-
-
// *** Helper classes ***
@@ -157,8 +155,6 @@ inline XclImpStream& operator>>( XclImpStream& rStrm, XclImpXti& rXti )
return rStrm >> rXti.mnSupbook >> rXti.mnSBTabFirst >> rXti.mnSBTabLast;
}
-
-
/** Implementation of the link manager. */
class XclImpLinkManagerImpl : protected XclImpRoot
{
@@ -866,8 +862,6 @@ void XclImpLinkManagerImpl::LoadCachedValues()
itSupbook->LoadCachedValues();
}
-
-
XclImpLinkManager::XclImpLinkManager( const XclImpRoot& rRoot ) :
XclImpRoot( rRoot ),
mxImpl( new XclImpLinkManagerImpl( rRoot ) )
@@ -939,6 +933,4 @@ const OUString& XclImpLinkManager::GetMacroName( sal_uInt16 nExtSheet, sal_uInt1
return mxImpl->GetMacroName( nExtSheet, nExtName );
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */