summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 09:53:28 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 09:53:28 +0000
commitc5c516e1267252e97093652d5519e981ff15cb67 (patch)
treec040b9248229457a3b8967fb7d3f92840f877837 /canvas
parentfa473dc6e1e545307843921793c6f1a31a278612 (diff)
INTEGRATION: CWS canvas05 (1.5.112); FILE MERGED
2008/05/21 13:32:04 thb 1.5.112.3: Made vcl and cairo canvas work with emf+ patches; smoothed out internal cairo makefile changes; corrected cairocanvas sprite update 2008/04/21 07:28:35 thb 1.5.112.2: RESYNC: (1.5-1.6); FILE MERGED 2007/12/20 22:18:59 thb 1.5.112.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/vcl/bitmapbackbuffer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/vcl/bitmapbackbuffer.hxx b/canvas/source/vcl/bitmapbackbuffer.hxx
index 34d0c89383aa..04738300a186 100644
--- a/canvas/source/vcl/bitmapbackbuffer.hxx
+++ b/canvas/source/vcl/bitmapbackbuffer.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: bitmapbackbuffer.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -61,8 +61,8 @@ namespace vclcanvas
virtual OutputDevice& getOutDev();
virtual const OutputDevice& getOutDev() const;
- VirtualDevice& getVirDev();
- const VirtualDevice& getVirDev() const;
+ /// Clear the underlying bitmap to white, all transparent
+ void clear();
/** Exposing our internal bitmap. Only to be used from
CanvasBitmapHelper