summaryrefslogtreecommitdiff
path: root/include/vcl/virdev.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/virdev.hxx')
-rw-r--r--include/vcl/virdev.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/virdev.hxx b/include/vcl/virdev.hxx
index b9b5bba0e474..084ed9b97a1e 100644
--- a/include/vcl/virdev.hxx
+++ b/include/vcl/virdev.hxx
@@ -128,8 +128,8 @@ public:
const Point& rNewOffset,
sal_uInt8* pBuffer);
- bool SetOutputSize( const Size& rNewSize, bool bErase = true )
- { return SetOutputSizePixel( LogicToPixel( rNewSize ), bErase ); }
+ bool SetOutputSize( const Size& rNewSize )
+ { return SetOutputSizePixel( LogicToPixel( rNewSize ) ); }
// reference device modes for different compatibility levels
enum RefDevMode { REFDEV_NONE = 0,