summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/oox/tablebuffer.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:13:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:19:54 +0200
commitc4c51709eaa02a5c9a2af3e5d436790307109813 (patch)
treec67362b4f2c3d3f34655ca65ec10d54e1509cf73 /sc/source/filter/oox/tablebuffer.cxx
parentFull colour table borders in .doc export (diff)
downloadcore-c4c51709eaa02a5c9a2af3e5d436790307109813.tar.gz
core-c4c51709eaa02a5c9a2af3e5d436790307109813.zip
whitespace cleanup in sc
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
Diffstat (limited to 'sc/source/filter/oox/tablebuffer.cxx')
-rw-r--r--sc/source/filter/oox/tablebuffer.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/filter/oox/tablebuffer.cxx b/sc/source/filter/oox/tablebuffer.cxx
index ee1a0fe46c60..ebd10dd5a4cf 100644
--- a/sc/source/filter/oox/tablebuffer.cxx
+++ b/sc/source/filter/oox/tablebuffer.cxx
@@ -30,15 +30,11 @@
namespace oox {
namespace xls {
-
-
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::sheet;
using namespace ::com::sun::star::uno;
-
-
TableModel::TableModel() :
mnId( -1 ),
mnType( XML_worksheet ),
@@ -47,8 +43,6 @@ TableModel::TableModel() :
{
}
-
-
Table::Table( const WorkbookHelper& rHelper ) :
WorkbookHelper( rHelper ),
maAutoFilters( rHelper ),
@@ -123,8 +117,6 @@ void Table::applyAutoFilters()
}
}
-
-
TableBuffer::TableBuffer( const WorkbookHelper& rHelper ) :
WorkbookHelper( rHelper )
{
@@ -176,8 +168,6 @@ void TableBuffer::insertTableToMaps( const TableRef& rxTable )
}
}
-
-
} // namespace xls
} // namespace oox