summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/textlayoutdevice.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive2d/textlayoutdevice.hxx')
-rw-r--r--include/drawinglayer/primitive2d/textlayoutdevice.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/drawinglayer/primitive2d/textlayoutdevice.hxx b/include/drawinglayer/primitive2d/textlayoutdevice.hxx
index e95c00410249..61607232d92c 100644
--- a/include/drawinglayer/primitive2d/textlayoutdevice.hxx
+++ b/include/drawinglayer/primitive2d/textlayoutdevice.hxx
@@ -24,17 +24,12 @@
#include <basegfx/range/b2drange.hxx>
#include <vector>
-#include <com/sun/star/lang/Locale.hpp>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <vcl/svapp.hxx>
// predefines
class VirtualDevice;
namespace vcl { class Font; }
-namespace rtl {
- class OUString;
-};
-class OutputDevice;
class GDIMetaFile;
namespace tools { class Rectangle; }
enum class DrawTextFlags;
@@ -42,6 +37,8 @@ namespace drawinglayer { namespace attribute {
class FontAttribute;
}}
+namespace com::sun::star::lang { struct Locale; }
+
// access to one global impTimedRefDev incarnation in namespace drawinglayer::primitive
namespace drawinglayer