summaryrefslogtreecommitdiff
path: root/include/svtools/table/tablemodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/table/tablemodel.hxx')
-rw-r--r--include/svtools/table/tablemodel.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx
index a134575cba56..7962900e597d 100644
--- a/include/svtools/table/tablemodel.hxx
+++ b/include/svtools/table/tablemodel.hxx
@@ -24,19 +24,20 @@
#include <svtools/table/tabletypes.hxx>
#include <svtools/table/tablerenderer.hxx>
#include <svtools/table/tableinputhandler.hxx>
-#include <svtools/table/tablesort.hxx>
-#include <com/sun/star/util/Color.hpp>
#include <com/sun/star/style/VerticalAlignment.hpp>
#include <com/sun/star/style/HorizontalAlignment.hpp>
-#include <rtl/ref.hxx>
#include <sal/types.h>
#include <boost/optional.hpp>
#include <memory>
#include <o3tl/typed_flags_set.hxx>
+namespace svt { namespace table { class ITableDataSort; } }
+
+class Color;
+
enum class ColumnAttributeGroup
{
NONE = 0x00,