summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xelink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xelink.cxx')
-rw-r--r--sc/source/filter/excel/xelink.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/excel/xelink.cxx b/sc/source/filter/excel/xelink.cxx
index 23b59771bb6d..26d2b255025d 100644
--- a/sc/source/filter/excel/xelink.cxx
+++ b/sc/source/filter/excel/xelink.cxx
@@ -36,9 +36,9 @@ using ::std::find_if;
using ::std::vector;
using ::com::sun::star::uno::Any;
-// ============================================================================
+
// *** Helper classes ***
-// ============================================================================
+
// External names =============================================================
@@ -623,9 +623,9 @@ private:
XclExpXtiVec maXtiVec; /// List of XTI structures for the EXTERNSHEET record.
};
-// ============================================================================
+
// *** Implementation ***
-// ============================================================================
+
// Excel sheet indexes ========================================================
@@ -2249,7 +2249,7 @@ sal_uInt16 XclExpLinkManagerImpl8::InsertXti( const XclExpXti& rXti )
return ulimit_cast< sal_uInt16 >( maXtiVec.size() - 1 );
}
-// ============================================================================
+
XclExpLinkManager::XclExpLinkManager( const XclExpRoot& rRoot ) :
XclExpRoot( rRoot )
@@ -2348,6 +2348,6 @@ void XclExpLinkManager::Save( XclExpStream& rStrm )
mxImpl->Save( rStrm );
}
-// ============================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */