summaryrefslogtreecommitdiff
path: root/include/svtools/table/tablerenderer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/table/tablerenderer.hxx')
-rw-r--r--include/svtools/table/tablerenderer.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/svtools/table/tablerenderer.hxx b/include/svtools/table/tablerenderer.hxx
index fa75952e94e4..ff738c6de623 100644
--- a/include/svtools/table/tablerenderer.hxx
+++ b/include/svtools/table/tablerenderer.hxx
@@ -22,10 +22,15 @@
#include <svtools/table/tabletypes.hxx>
-#include <vcl/outdev.hxx>
+#include <rtl/ustring.hxx>
#include <memory>
+namespace com :: sun :: star :: uno { class Any; }
+namespace tools { class Rectangle; }
+namespace vcl { class Window; }
+
+class OutputDevice;
class StyleSettings;