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.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/excel/xilink.cxx b/sc/source/filter/excel/xilink.cxx
index 4f62ad14c83d..8be264201a7e 100644
--- a/sc/source/filter/excel/xilink.cxx
+++ b/sc/source/filter/excel/xilink.cxx
@@ -37,9 +37,9 @@
using ::std::vector;
-// ============================================================================
+
// *** Helper classes ***
-// ============================================================================
+
// Cached external cells ======================================================
@@ -216,9 +216,9 @@ private:
XclImpSupbookList maSupbookList; /// List of external documents.
};
-// ============================================================================
+
// *** Implementation ***
-// ============================================================================
+
// Excel sheet indexes ========================================================
@@ -866,7 +866,7 @@ void XclImpLinkManagerImpl::LoadCachedValues()
itSupbook->LoadCachedValues();
}
-// ============================================================================
+
XclImpLinkManager::XclImpLinkManager( const XclImpRoot& rRoot ) :
XclImpRoot( rRoot ),
@@ -939,6 +939,6 @@ const OUString& XclImpLinkManager::GetMacroName( sal_uInt16 nExtSheet, sal_uInt1
return mxImpl->GetMacroName( nExtSheet, nExtName );
}
-// ============================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */