diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 19:55:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 19:55:29 +0000 |
commit | b243139d593e2f7f4afccd8e81bdeac6cf769406 (patch) | |
tree | 5489aadb4bf8ec5dc195aeed372a43cb6ca5763a /cppcanvas | |
parent | da016de9f295bdd369b011c65914bdb46224d9d6 (diff) |
INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/20 19:08:59 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:48 thb 1.2.2.1: Resync with canvas01 changes
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/source/mtfrenderer/lineaction.hxx | 8 | ||||
-rw-r--r-- | cppcanvas/source/mtfrenderer/mtftools.cxx | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/cppcanvas/source/mtfrenderer/lineaction.hxx b/cppcanvas/source/mtfrenderer/lineaction.hxx index 177eea849a43..967d95902621 100644 --- a/cppcanvas/source/mtfrenderer/lineaction.hxx +++ b/cppcanvas/source/mtfrenderer/lineaction.hxx @@ -2,9 +2,9 @@ * * $RCSfile: lineaction.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: thb $ $Date: 2004-03-18 10:41:04 $ + * last change: $Author: rt $ $Date: 2004-11-26 20:55:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,7 @@ #include <tools/gen.hxx> #endif -#include "action.hxx" +#include <action.hxx> #include <cppcanvas/canvas.hxx> class Color; @@ -93,7 +93,7 @@ namespace cppcanvas const OutDevState& ); virtual ~LineAction(); - virtual bool render() const; + virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const; private: // default: disabled copy/assignment diff --git a/cppcanvas/source/mtfrenderer/mtftools.cxx b/cppcanvas/source/mtfrenderer/mtftools.cxx index bfd13cab443c..a43a76d2c748 100644 --- a/cppcanvas/source/mtfrenderer/mtftools.cxx +++ b/cppcanvas/source/mtfrenderer/mtftools.cxx @@ -2,9 +2,9 @@ * * $RCSfile: mtftools.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: thb $ $Date: 2004-03-18 10:41:05 $ + * last change: $Author: rt $ $Date: 2004-11-26 20:55:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,8 +59,8 @@ * ************************************************************************/ -#include "mtftools.hxx" -#include "outdevstate.hxx" +#include <mtftools.hxx> +#include <outdevstate.hxx> #ifndef _DRAFTS_COM_SUN_STAR_RENDERING_RENDERSTATE_HPP__ #include <drafts/com/sun/star/rendering/RenderState.hpp> |