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, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/tablebuffer.hxx b/sc/source/filter/inc/tablebuffer.hxx
index 2de2d30719a2..91042f17f9d3 100644
--- a/sc/source/filter/inc/tablebuffer.hxx
+++ b/sc/source/filter/inc/tablebuffer.hxx
@@ -27,7 +27,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
struct TableModel
{
@@ -43,7 +43,7 @@ struct TableModel
explicit TableModel();
};
-// ----------------------------------------------------------------------------
+
class Table : public WorkbookHelper
{
@@ -92,7 +92,7 @@ private:
typedef ::boost::shared_ptr< Table > TableRef;
-// ============================================================================
+
class TableBuffer : public WorkbookHelper
{
@@ -125,7 +125,7 @@ private:
TableNameMap maNameTables;
};
-// ============================================================================
+
} // namespace xls
} // namespace oox