diff options
Diffstat (limited to 'include/drawinglayer/primitive2d/textlayoutdevice.hxx')
-rw-r--r-- | include/drawinglayer/primitive2d/textlayoutdevice.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive2d/textlayoutdevice.hxx b/include/drawinglayer/primitive2d/textlayoutdevice.hxx index 024e7b45d950..de23883b8494 100644 --- a/include/drawinglayer/primitive2d/textlayoutdevice.hxx +++ b/include/drawinglayer/primitive2d/textlayoutdevice.hxx @@ -36,7 +36,7 @@ namespace rtl { }; class OutputDevice; class GDIMetaFile; - +enum class DrawTextFlags; namespace drawinglayer { namespace attribute { class FontAttribute; }} @@ -102,7 +102,7 @@ namespace drawinglayer void addTextRectActions( const Rectangle& rRectangle, const rtl::OUString& rText, - sal_uInt16 nStyle, + DrawTextFlags nStyle, GDIMetaFile& rGDIMetaFile) const; ::std::vector< double > getTextArray( |