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
This commit is contained in:
Rüdiger Timm
2004-11-26 19:55:29 +00:00
parent da016de9f2
commit b243139d59
2 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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>