diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-18 15:41:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-20 09:52:08 +0200 |
commit | dcefc97c8bd5be9ba229098c32d2a5c73d084163 (patch) | |
tree | 860caac40b5c15ddb3cd1297316975d7034b260e /include/vcl/print.hxx | |
parent | 953f327818f565969b8de5d9b956bd6b9a7c64b2 (diff) |
convert IMAGE_DRAW_ constants to scoped enum
Change-Id: I75619eeb902af4953a5ac1525605cf3f0f15e2c0
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r-- | include/vcl/print.hxx | 4 |
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 |