summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/querytablebuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/querytablebuffer.cxx')
-rw-r--r--sc/source/filter/oox/querytablebuffer.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/filter/oox/querytablebuffer.cxx b/sc/source/filter/oox/querytablebuffer.cxx
index 362308cf095d..9952d4de879d 100644
--- a/sc/source/filter/oox/querytablebuffer.cxx
+++ b/sc/source/filter/oox/querytablebuffer.cxx
@@ -33,16 +33,12 @@
namespace oox {
namespace xls {
-
-
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::sheet;
using namespace ::com::sun::star::table;
using namespace ::com::sun::star::uno;
-
-
namespace {
const sal_uInt32 BIFF12_QUERYTABLE_HEADERS = 0x00000001;
@@ -64,8 +60,6 @@ const sal_uInt32 BIFF12_QUERYTABLE_APPLYBORDER = 0x00020000;
const sal_uInt32 BIFF12_QUERYTABLE_APPLYFILL = 0x00040000;
const sal_uInt32 BIFF12_QUERYTABLE_APPLYPROTECTION = 0x00080000;
-
-
void lclAppendWebQueryTableName( OUStringBuffer& rTables, const OUString& rTableName )
{
if( !rTableName.isEmpty() )
@@ -132,8 +126,6 @@ Reference< XAreaLink > lclFindAreaLink(
} // namespace
-
-
QueryTableModel::QueryTableModel() :
mnConnId( -1 ),
mnGrowShrinkType( XML_insertDelete ),
@@ -152,8 +144,6 @@ QueryTableModel::QueryTableModel() :
{
}
-
-
QueryTable::QueryTable( const WorksheetHelper& rHelper ) :
WorksheetHelper( rHelper )
{
@@ -268,8 +258,6 @@ void QueryTable::finalizeImport()
}
}
-
-
QueryTableBuffer::QueryTableBuffer( const WorksheetHelper& rHelper ) :
WorksheetHelper( rHelper )
{
@@ -287,8 +275,6 @@ void QueryTableBuffer::finalizeImport()
maQueryTables.forEachMem( &QueryTable::finalizeImport );
}
-
-
} // namespace xls
} // namespace oox