summaryrefslogtreecommitdiff
path: root/include/oox/export/ThemeExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/export/ThemeExport.hxx')
-rw-r--r--include/oox/export/ThemeExport.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/oox/export/ThemeExport.hxx b/include/oox/export/ThemeExport.hxx
index 69f048afbaa0..1889709ab352 100644
--- a/include/oox/export/ThemeExport.hxx
+++ b/include/oox/export/ThemeExport.hxx
@@ -12,7 +12,12 @@
#include <sal/config.h>
#include <oox/dllapi.h>
#include <oox/core/xmlfilterbase.hxx>
-#include <docmodel/theme/Theme.hxx>
+
+namespace model
+{
+class Theme;
+class FontScheme;
+}
namespace oox
{