INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED

2004/07/20 19:08:58 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:47 thb 1.2.2.1: Resync with canvas01 changes
This commit is contained in:
Rüdiger Timm
2004-11-26 19:54:18 +00:00
parent 8db0c5f453
commit fe2666e381

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: bitmapaction.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: thb $ $Date: 2004-03-18 10:41:03 $
* last change: $Author: rt $ $Date: 2004-11-26 20:54:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@
#endif
#include <cppcanvas/canvas.hxx>
#include "action.hxx"
#include <action.hxx>
class Point;
class Size;
@@ -119,7 +119,7 @@ namespace cppcanvas
const OutDevState& );
virtual ~BitmapAction();
virtual bool render() const;
virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const;
private:
// default: disabled copy/assignment