summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/querytablebuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/querytablebuffer.hxx')
-rw-r--r--sc/source/filter/inc/querytablebuffer.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/inc/querytablebuffer.hxx b/sc/source/filter/inc/querytablebuffer.hxx
index da1d952db855..3fb4b7d3dc2a 100644
--- a/sc/source/filter/inc/querytablebuffer.hxx
+++ b/sc/source/filter/inc/querytablebuffer.hxx
@@ -26,8 +26,6 @@
namespace oox {
namespace xls {
-
-
struct QueryTableModel : public AutoFormatModel
{
OUString maDefName; /// Defined name containing the target cell range.
@@ -49,8 +47,6 @@ struct QueryTableModel : public AutoFormatModel
explicit QueryTableModel();
};
-
-
class QueryTable : public WorksheetHelper
{
public:
@@ -68,8 +64,6 @@ private:
QueryTableModel maModel;
};
-
-
class QueryTableBuffer : public WorksheetHelper
{
public:
@@ -86,8 +80,6 @@ private:
QueryTableVector maQueryTables;
};
-
-
} // namespace xls
} // namespace oox