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.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/filter/oox/connectionsbuffer.cxx b/sc/source/filter/oox/connectionsbuffer.cxx
index 6ee777e6f09c..49cbca9bbd7d 100644
--- a/sc/source/filter/oox/connectionsbuffer.cxx
+++ b/sc/source/filter/oox/connectionsbuffer.cxx
@@ -25,13 +25,9 @@
namespace oox {
namespace xls {
-
-
using namespace ::com::sun::star::uno;
-
-
namespace {
const sal_Int32 BIFF12_RECONNECT_AS_REQUIRED = 1;
@@ -68,8 +64,6 @@ const sal_uInt8 BIFF12_WEBPR_HAS_URL = 0x04;
} // namespace
-
-
WebPrModel::WebPrModel() :
mnHtmlFormat( XML_none ),
mbXml( false ),
@@ -84,8 +78,6 @@ WebPrModel::WebPrModel() :
{
}
-
-
ConnectionModel::ConnectionModel() :
mnId( -1 ),
mnType( BIFF12_CONNECTION_UNKNOWN ),
@@ -110,8 +102,6 @@ WebPrModel& ConnectionModel::createWebPr()
return *mxWebPr;
}
-
-
Connection::Connection( const WorkbookHelper& rHelper, sal_Int32 nConnId ) :
WorkbookHelper( rHelper )
{
@@ -277,8 +267,6 @@ void Connection::importWebPrTable( SequenceInputStream& rStrm, sal_Int32 nRecId
}
}
-
-
ConnectionsBuffer::ConnectionsBuffer( const WorkbookHelper& rHelper ) :
WorkbookHelper( rHelper ),
mnUnusedId( 1 )
@@ -314,8 +302,6 @@ void ConnectionsBuffer::insertConnectionToMap( const ConnectionRef& rxConnection
}
}
-
-
} // namespace xls
} // namespace oox