summaryrefslogtreecommitdiff
path: root/include/svx/graphichelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/graphichelper.hxx')
-rw-r--r--include/svx/graphichelper.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/svx/graphichelper.hxx b/include/svx/graphichelper.hxx
index cf7babc26c65..8adfac1d4116 100644
--- a/include/svx/graphichelper.hxx
+++ b/include/svx/graphichelper.hxx
@@ -21,10 +21,11 @@
#define INCLUDED_SVX_GRAPHICHELPER_HXX
#include <vcl/graph.hxx>
-#include <vcl/weld.hxx>
#include <svx/svxdllapi.h>
-#include <com/sun/star/drawing/XShape.hpp>
+namespace com::sun::star::drawing { class XShape; }
+namespace weld { class Widget; }
+namespace weld { class Window; }
class SVX_DLLPUBLIC GraphicHelper
{