summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper/basegfxfactory.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-17 23:52:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-18 13:03:21 +0100
commitfc435133c36760f741eb62641fb6834faaf34032 (patch)
tree4734079f91f74d15efefe8a78cedde5749d9ce36 /cppcanvas/source/wrapper/basegfxfactory.cxx
parentf0ae0d8403acc86d8f72fb12fc6d1ce82c080662 (diff)
ImplText never instantiated
Diffstat (limited to 'cppcanvas/source/wrapper/basegfxfactory.cxx')
-rw-r--r--cppcanvas/source/wrapper/basegfxfactory.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/cppcanvas/source/wrapper/basegfxfactory.cxx b/cppcanvas/source/wrapper/basegfxfactory.cxx
index 28f9dcf45319..97d42f905496 100644
--- a/cppcanvas/source/wrapper/basegfxfactory.cxx
+++ b/cppcanvas/source/wrapper/basegfxfactory.cxx
@@ -39,10 +39,16 @@
#include <cppcanvas/basegfxfactory.hxx>
+#include <com/sun/star/rendering/RenderState.hpp>
+#include <com/sun/star/rendering/StringContext.hpp>
+#include <com/sun/star/rendering/XCanvas.hpp>
+#include <com/sun/star/rendering/XCanvasFont.hpp>
+
+#include <cppcanvas/text.hxx>
+#include <canvasgraphichelper.hxx>
+
#include "implpolypolygon.hxx"
#include "implbitmap.hxx"
-#include "impltext.hxx"
-
using namespace ::com::sun::star;