summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper/implbitmap.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 19:59:02 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 19:59:02 +0000
commit57119d302df2ef91c97f675f3f799709805c6886 (patch)
treeec6605c1841e437e3926b29c7a0e4a8c0c5c5141 /cppcanvas/source/wrapper/implbitmap.hxx
parenta869566a7a361ce0c6c8a3bb2bc2afb75811f566 (diff)
INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/10/12 14:14:41 thb 1.2.2.3: #i34997# Added support for FLOATTRANSPARENCY meta action 2004/07/20 19:09:04 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:51 thb 1.2.2.1: Resync with canvas01 changes
Diffstat (limited to 'cppcanvas/source/wrapper/implbitmap.hxx')
-rw-r--r--cppcanvas/source/wrapper/implbitmap.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/cppcanvas/source/wrapper/implbitmap.hxx b/cppcanvas/source/wrapper/implbitmap.hxx
index f4c45fd577d1..63f20eaf3fbc 100644
--- a/cppcanvas/source/wrapper/implbitmap.hxx
+++ b/cppcanvas/source/wrapper/implbitmap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implbitmap.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: thb $ $Date: 2004-03-18 10:41:09 $
+ * last change: $Author: rt $ $Date: 2004-11-26 20:59:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@
#endif
#include <cppcanvas/bitmap.hxx>
-#include "canvasgraphichelper.hxx"
+#include <canvasgraphichelper.hxx>
/*Definition of ImplBitmap */
@@ -96,6 +96,7 @@ namespace cppcanvas
// CanvasGraphic implementation (that was not already implemented by CanvasGraphicHelper)
virtual bool draw() const;
+ virtual bool drawAlphaModulated( double nAlphaModulation ) const;
virtual BitmapCanvasSharedPtr getBitmapCanvas() const;