summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xename.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xename.cxx')
-rw-r--r--sc/source/filter/excel/xename.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/excel/xename.cxx b/sc/source/filter/excel/xename.cxx
index b645d5851722..3e6734eda5b2 100644
--- a/sc/source/filter/excel/xename.cxx
+++ b/sc/source/filter/excel/xename.cxx
@@ -109,7 +109,7 @@ private:
sal_uInt16 mnXclTab; /// The 1-based Excel sheet index for local names.
};
-// ----------------------------------------------------------------------------
+
class ScRangeData;
class ScDBData;
@@ -349,7 +349,7 @@ void XclExpName::WriteBody( XclExpStream& rStrm )
mxTokArr->WriteArray( rStrm ); // token array without size
}
-// ----------------------------------------------------------------------------
+
XclExpNameManagerImpl::XclExpNameManagerImpl( const XclExpRoot& rRoot ) :
XclExpRoot( rRoot ),
@@ -675,7 +675,7 @@ void XclExpNameManagerImpl::CreateUserNames()
}
}
-// ----------------------------------------------------------------------------
+
XclExpNameManager::XclExpNameManager( const XclExpRoot& rRoot ) :
XclExpRoot( rRoot ),