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, 0 insertions, 8 deletions
diff --git a/sc/source/filter/oox/connectionsfragment.cxx b/sc/source/filter/oox/connectionsfragment.cxx
index 4ad7d92220d1..4011197e4075 100644
--- a/sc/source/filter/oox/connectionsfragment.cxx
+++ b/sc/source/filter/oox/connectionsfragment.cxx
@@ -26,13 +26,9 @@
namespace oox {
namespace xls {
-
-
using namespace ::oox::core;
-
-
ConnectionContext::ConnectionContext( WorkbookFragmentBase& rParent, Connection& rConnection ) :
WorkbookContextBase( rParent ),
mrConnection( rConnection )
@@ -105,8 +101,6 @@ void ConnectionContext::onStartRecord( SequenceInputStream& rStrm )
mrConnection.importConnection( rStrm );
}
-
-
ConnectionsFragment::ConnectionsFragment( const WorkbookHelper& rHelper, const OUString& rFragmentPath ) :
WorkbookFragmentBase( rHelper, rFragmentPath )
{
@@ -164,8 +158,6 @@ void ConnectionsFragment::finalizeImport()
getConnections().finalizeImport();
}
-
-
} // namespace xls
} // namespace oox