summaryrefslogtreecommitdiff
path: root/include/vcl/print.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r--include/vcl/print.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index 70dcb9ccf278..600b2a817cb0 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -401,9 +401,9 @@ public:
const Point& rSrcPt, const Size& rSrcSize,
bool bWindowInvalidate = false ) SAL_OVERRIDE;
- virtual void DrawImage( const Point&, const Image&, sal_uInt16 ) SAL_OVERRIDE;
+ virtual void DrawImage( const Point&, const Image&, DrawImageFlags ) SAL_OVERRIDE;
virtual void DrawImage( const Point&, const Size&,
- const Image&, sal_uInt16 ) SAL_OVERRIDE;
+ const Image&, DrawImageFlags ) SAL_OVERRIDE;
// These 3 together are more modular PrintJob(), allowing printing more documents as one print job