summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-18 14:41:05 +0200
committerNoel Grandin <noel@peralex.com>2015-05-20 09:52:08 +0200
commit953f327818f565969b8de5d9b956bd6b9a7c64b2 (patch)
treecaf761676202ca7bcba8a57a3e34e197ae0831ee /vcl/source/gdi
parent25a47c5cd54c73e754de988bde8ec8a202d27717 (diff)
convert COPYAREA constant to bool flag
since there is only value in this flags thing Change-Id: I86d7a3a358c467a9748b00e1ba8c09106f282947
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r--vcl/source/gdi/print.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index ebc5f2b34f53..3b0c145f617c 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -339,7 +339,7 @@ void Printer::DrawOutDev( const Point& /*rDestPt*/, const Size& /*rDestSize*/,
void Printer::CopyArea( const Point& /*rDestPt*/,
const Point& /*rSrcPt*/, const Size& /*rSrcSize*/,
- sal_uInt16 /*nFlags*/ )
+ bool /*bWindowInvalidate*/ )
{
DBG_ASSERT( false, "Don't use OutputDevice::CopyArea(...) with printer devices!" );
}