diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 12:39:00 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 12:39:00 +0000 |
commit | 4dda69abbfef2ec2906b08df734acf02a50566cd (patch) | |
tree | 8760fa7aa5766a80fa266c9043c7a18756e6fe8a /basegfx/source/tools | |
parent | 4ee5a8dba06056ea99e79e279da991e94314a162 (diff) |
INTEGRATION: CWS presfixes01 (1.2.8); FILE MERGED
2005/02/16 11:05:13 fs 1.2.8.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
Diffstat (limited to 'basegfx/source/tools')
-rwxr-xr-x | basegfx/source/tools/canvastools.cxx | 45 |
1 files changed, 22 insertions, 23 deletions
diff --git a/basegfx/source/tools/canvastools.cxx b/basegfx/source/tools/canvastools.cxx index 33c3390f1df1..594c53f8e1c8 100755 --- a/basegfx/source/tools/canvastools.cxx +++ b/basegfx/source/tools/canvastools.cxx @@ -2,9 +2,9 @@ * * $RCSfile: canvastools.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-11-26 18:40:59 $ + * last change: $Author: vg $ $Date: 2005-03-10 13:39:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,35 +59,35 @@ * ************************************************************************/ -#ifndef _DRAFTS_COM_SUN_STAR_GEOMETRY_REALSIZE2D_HPP__ -#include <drafts/com/sun/star/geometry/RealSize2D.hpp> +#ifndef _COM_SUN_STAR_GEOMETRY_REALSIZE2D_HPP__ +#include <com/sun/star/geometry/RealSize2D.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_GEOMETRY_REALPOINT2D_HPP__ -#include <drafts/com/sun/star/geometry/RealPoint2D.hpp> +#ifndef _COM_SUN_STAR_GEOMETRY_REALPOINT2D_HPP__ +#include <com/sun/star/geometry/RealPoint2D.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_GEOMETRY_REALRECTANGLE2D_HPP__ -#include <drafts/com/sun/star/geometry/RealRectangle2D.hpp> +#ifndef _COM_SUN_STAR_GEOMETRY_REALRECTANGLE2D_HPP__ +#include <com/sun/star/geometry/RealRectangle2D.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_GEOMETRY_REALBEZIERSEGMENT2D_HPP__ -#include <drafts/com/sun/star/geometry/RealBezierSegment2D.hpp> +#ifndef _COM_SUN_STAR_GEOMETRY_REALBEZIERSEGMENT2D_HPP__ +#include <com/sun/star/geometry/RealBezierSegment2D.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_GEOMETRY_AFFINEMATRIX2D_HPP_ -#include <drafts/com/sun/star/geometry/AffineMatrix2D.hpp> +#ifndef _COM_SUN_STAR_GEOMETRY_AFFINEMATRIX2D_HPP_ +#include <com/sun/star/geometry/AffineMatrix2D.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_GEOMETRY_INTEGERSIZE2D_HPP__ -#include <drafts/com/sun/star/geometry/IntegerSize2D.hpp> +#ifndef _COM_SUN_STAR_GEOMETRY_INTEGERSIZE2D_HPP__ +#include <com/sun/star/geometry/IntegerSize2D.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_GEOMETRY_INTEGERPOINT2D_HPP__ -#include <drafts/com/sun/star/geometry/IntegerPoint2D.hpp> +#ifndef _COM_SUN_STAR_GEOMETRY_INTEGERPOINT2D_HPP__ +#include <com/sun/star/geometry/IntegerPoint2D.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_GEOMETRY_INTEGERRECTANGLE2D_HPP__ -#include <drafts/com/sun/star/geometry/IntegerRectangle2D.hpp> +#ifndef _COM_SUN_STAR_GEOMETRY_INTEGERRECTANGLE2D_HPP__ +#include <com/sun/star/geometry/IntegerRectangle2D.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_XPOLYPOLYGON2D_HPP__ -#include <drafts/com/sun/star/rendering/XPolyPolygon2D.hpp> +#ifndef _COM_SUN_STAR_RENDERING_XPOLYPOLYGON2D_HPP__ +#include <com/sun/star/rendering/XPolyPolygon2D.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_XGRAPHICDEVICE_HPP__ -#include <drafts/com/sun/star/rendering/XGraphicDevice.hpp> +#ifndef _COM_SUN_STAR_RENDERING_XGRAPHICDEVICE_HPP__ +#include <com/sun/star/rendering/XGraphicDevice.hpp> #endif #ifndef _COM_SUN_STAR_AWT_SIZE_HPP__ @@ -115,7 +115,6 @@ #include <limits> -using namespace ::drafts::com::sun::star; using namespace ::com::sun::star; namespace basegfx |