summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/connectionsbuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/connectionsbuffer.cxx')
-rw-r--r--sc/source/filter/oox/connectionsbuffer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/oox/connectionsbuffer.cxx b/sc/source/filter/oox/connectionsbuffer.cxx
index 9f81107d342a..631a333cbf72 100644
--- a/sc/source/filter/oox/connectionsbuffer.cxx
+++ b/sc/source/filter/oox/connectionsbuffer.cxx
@@ -84,7 +84,7 @@ WebPrModel::WebPrModel() :
{
}
-// ----------------------------------------------------------------------------
+
ConnectionModel::ConnectionModel() :
mnId( -1 ),
@@ -110,7 +110,7 @@ WebPrModel& ConnectionModel::createWebPr()
return *mxWebPr;
}
-// ----------------------------------------------------------------------------
+
Connection::Connection( const WorkbookHelper& rHelper, sal_Int32 nConnId ) :
WorkbookHelper( rHelper )