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, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/querytablebuffer.hxx b/sc/source/filter/inc/querytablebuffer.hxx
index 4cbae0fd8950..da1d952db855 100644
--- a/sc/source/filter/inc/querytablebuffer.hxx
+++ b/sc/source/filter/inc/querytablebuffer.hxx
@@ -26,7 +26,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
struct QueryTableModel : public AutoFormatModel
{
@@ -49,7 +49,7 @@ struct QueryTableModel : public AutoFormatModel
explicit QueryTableModel();
};
-// ----------------------------------------------------------------------------
+
class QueryTable : public WorksheetHelper
{
@@ -68,7 +68,7 @@ private:
QueryTableModel maModel;
};
-// ============================================================================
+
class QueryTableBuffer : public WorksheetHelper
{
@@ -86,7 +86,7 @@ private:
QueryTableVector maQueryTables;
};
-// ============================================================================
+
} // namespace xls
} // namespace oox