diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 12:29:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 12:29:08 +0000 |
commit | 41b69914a22c0b2d06bab9a6508327cf4c3d25d6 (patch) | |
tree | b4156d35ecf262edb95af4d101fbabc5c3b2747a /cppcanvas/source/wrapper | |
parent | bd8dc0a1a62809bd292f4cc13c2fd49469bace29 (diff) |
INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED
2005/02/16 11:14:36 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
Diffstat (limited to 'cppcanvas/source/wrapper')
-rw-r--r-- | cppcanvas/source/wrapper/implbitmapcanvas.cxx | 14 | ||||
-rw-r--r-- | cppcanvas/source/wrapper/implcanvas.cxx | 10 |
2 files changed, 12 insertions, 12 deletions
diff --git a/cppcanvas/source/wrapper/implbitmapcanvas.cxx b/cppcanvas/source/wrapper/implbitmapcanvas.cxx index 792a377efe68..2542e38e3e29 100644 --- a/cppcanvas/source/wrapper/implbitmapcanvas.cxx +++ b/cppcanvas/source/wrapper/implbitmapcanvas.cxx @@ -2,9 +2,9 @@ * * $RCSfile: implbitmapcanvas.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-11-26 20:59:16 $ + * last change: $Author: vg $ $Date: 2005-03-10 13:28:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,11 +59,11 @@ * ************************************************************************/ -#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_XCANVAS_HPP__ -#include <drafts/com/sun/star/rendering/XCanvas.hpp> +#ifndef _COM_SUN_STAR_RENDERING_XCANVAS_HPP__ +#include <com/sun/star/rendering/XCanvas.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_XBITMAPCANVAS_HPP__ -#include <drafts/com/sun/star/rendering/XBitmapCanvas.hpp> +#ifndef _COM_SUN_STAR_RENDERING_XBITMAPCANVAS_HPP__ +#include <com/sun/star/rendering/XBitmapCanvas.hpp> #endif #ifndef _BGFX_MATRIX_B2DHOMMATRIX_HXX @@ -76,7 +76,7 @@ #include <implbitmapcanvas.hxx> -using namespace ::drafts::com::sun::star; +using namespace ::com::sun::star; using namespace ::com::sun::star; namespace cppcanvas diff --git a/cppcanvas/source/wrapper/implcanvas.cxx b/cppcanvas/source/wrapper/implcanvas.cxx index bd4ee5f05158..e14fa1b7fd7f 100644 --- a/cppcanvas/source/wrapper/implcanvas.cxx +++ b/cppcanvas/source/wrapper/implcanvas.cxx @@ -2,9 +2,9 @@ * * $RCSfile: implcanvas.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-11-26 20:59:44 $ + * last change: $Author: vg $ $Date: 2005-03-10 13:29:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,8 +71,8 @@ #include <basegfx/polygon/b2dpolypolygon.hxx> #endif -#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_XCANVAS_HPP_ -#include <drafts/com/sun/star/rendering/XCanvas.hpp> +#ifndef _COM_SUN_STAR_RENDERING_XCANVAS_HPP_ +#include <com/sun/star/rendering/XCanvas.hpp> #endif #include <canvas/canvastools.hxx> @@ -82,7 +82,7 @@ #include <implcolor.hxx> -using namespace ::drafts::com::sun::star; +using namespace ::com::sun::star; using namespace ::com::sun::star; namespace cppcanvas |