summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/connectionsfragment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/connectionsfragment.cxx')
-rw-r--r--sc/source/filter/oox/connectionsfragment.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/oox/connectionsfragment.cxx b/sc/source/filter/oox/connectionsfragment.cxx
index 676bc408ee67..4ad7d92220d1 100644
--- a/sc/source/filter/oox/connectionsfragment.cxx
+++ b/sc/source/filter/oox/connectionsfragment.cxx
@@ -26,12 +26,12 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::oox::core;
-// ============================================================================
+
ConnectionContext::ConnectionContext( WorkbookFragmentBase& rParent, Connection& rConnection ) :
WorkbookContextBase( rParent ),
@@ -105,7 +105,7 @@ void ConnectionContext::onStartRecord( SequenceInputStream& rStrm )
mrConnection.importConnection( rStrm );
}
-// ============================================================================
+
ConnectionsFragment::ConnectionsFragment( const WorkbookHelper& rHelper, const OUString& rFragmentPath ) :
WorkbookFragmentBase( rHelper, rFragmentPath )
@@ -164,7 +164,7 @@ void ConnectionsFragment::finalizeImport()
getConnections().finalizeImport();
}
-// ============================================================================
+
} // namespace xls
} // namespace oox