diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-18 14:41:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-20 09:52:08 +0200 |
commit | 953f327818f565969b8de5d9b956bd6b9a7c64b2 (patch) | |
tree | caf761676202ca7bcba8a57a3e34e197ae0831ee /include/vcl/print.hxx | |
parent | 25a47c5cd54c73e754de988bde8ec8a202d27717 (diff) |
convert COPYAREA constant to bool flag
since there is only value in this flags thing
Change-Id: I86d7a3a358c467a9748b00e1ba8c09106f282947
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r-- | include/vcl/print.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index 7fe9e7926d71..70dcb9ccf278 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -399,7 +399,7 @@ public: const OutputDevice& rOutDev ) SAL_OVERRIDE; virtual void CopyArea( const Point& rDestPt, const Point& rSrcPt, const Size& rSrcSize, - sal_uInt16 nFlags = 0 ) SAL_OVERRIDE; + bool bWindowInvalidate = false ) SAL_OVERRIDE; virtual void DrawImage( const Point&, const Image&, sal_uInt16 ) SAL_OVERRIDE; virtual void DrawImage( const Point&, const Size&, |