summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/tablebuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/tablebuffer.hxx')
-rw-r--r--sc/source/filter/inc/tablebuffer.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/inc/tablebuffer.hxx b/sc/source/filter/inc/tablebuffer.hxx
index 91042f17f9d3..5ef7fb4db610 100644
--- a/sc/source/filter/inc/tablebuffer.hxx
+++ b/sc/source/filter/inc/tablebuffer.hxx
@@ -27,8 +27,6 @@
namespace oox {
namespace xls {
-
-
struct TableModel
{
::com::sun::star::table::CellRangeAddress
@@ -43,8 +41,6 @@ struct TableModel
explicit TableModel();
};
-
-
class Table : public WorkbookHelper
{
public:
@@ -92,8 +88,6 @@ private:
typedef ::boost::shared_ptr< Table > TableRef;
-
-
class TableBuffer : public WorkbookHelper
{
public:
@@ -125,8 +119,6 @@ private:
TableNameMap maNameTables;
};
-
-
} // namespace xls
} // namespace oox