summaryrefslogtreecommitdiff
path: root/vcl/source/filter/wmf/winmtf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/wmf/winmtf.hxx')
-rw-r--r--vcl/source/filter/wmf/winmtf.hxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/vcl/source/filter/wmf/winmtf.hxx b/vcl/source/filter/wmf/winmtf.hxx
index 3332888c567c..b3c675bf1939 100644
--- a/vcl/source/filter/wmf/winmtf.hxx
+++ b/vcl/source/filter/wmf/winmtf.hxx
@@ -735,13 +735,12 @@ public:
bool bDrawTo = false,
bool bRecordPath = false
);
- void DrawText(
- Point& rPosition,
- OUString& rString,
- sal_Int32* pDXArry = NULL,
- bool bRecordPath = false,
- sal_Int32 nGraphicsMode = GM_COMPATIBLE
- );
+ void DrawText( Point& rPosition,
+ OUString& rString,
+ long* pDXArry = NULL,
+ bool bRecordPath = false,
+ sal_Int32 nGraphicsMode = GM_COMPATIBLE);
+
void ResolveBitmapActions( BSaveStructList_impl& rSaveList );
void IntersectClipRect( const Rectangle& rRect );