diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-17 23:52:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-18 13:03:21 +0100 |
commit | fc435133c36760f741eb62641fb6834faaf34032 (patch) | |
tree | 4734079f91f74d15efefe8a78cedde5749d9ce36 /cppcanvas/source/wrapper/basegfxfactory.cxx | |
parent | f0ae0d8403acc86d8f72fb12fc6d1ce82c080662 (diff) |
ImplText never instantiated
Diffstat (limited to 'cppcanvas/source/wrapper/basegfxfactory.cxx')
-rw-r--r-- | cppcanvas/source/wrapper/basegfxfactory.cxx | 10 |
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; |