summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 12:32:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 12:32:58 +0000
commitfb32db5e782cbe0f3dd61ecfd2a5d73c7927f4ce (patch)
tree6c1e87bc667126bd85ed79032e668e7f72d7ab34 /cppcanvas
parent02a4f17f5bc001d94e742dd24727f0e7b1f5a4b8 (diff)
INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED
2005/02/16 11:14:40 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/wrapper/impltext.cxx18
-rw-r--r--cppcanvas/source/wrapper/impltext.hxx20
-rw-r--r--cppcanvas/source/wrapper/vclfactory.cxx10
3 files changed, 24 insertions, 24 deletions
diff --git a/cppcanvas/source/wrapper/impltext.cxx b/cppcanvas/source/wrapper/impltext.cxx
index 7900e932cd48..786fec2208c6 100644
--- a/cppcanvas/source/wrapper/impltext.cxx
+++ b/cppcanvas/source/wrapper/impltext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impltext.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 21:02:57 $
+ * last change: $Author: vg $ $Date: 2005-03-10 13:32:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,14 +62,14 @@
#include <impltext.hxx>
#include <canvas/canvastools.hxx>
-#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_TEXTDIRECTION_HPP__
-#include <drafts/com/sun/star/rendering/TextDirection.hpp>
+#ifndef _COM_SUN_STAR_RENDERING_TEXTDIRECTION_HPP__
+#include <com/sun/star/rendering/TextDirection.hpp>
#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
-#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_STRINGCONTEXT_HPP__
-#include <drafts/com/sun/star/rendering/StringContext.hpp>
+#ifndef _COM_SUN_STAR_RENDERING_STRINGCONTEXT_HPP__
+#include <com/sun/star/rendering/StringContext.hpp>
#endif
#ifndef _RTL_USTRING_HXX_
@@ -81,7 +81,7 @@
#endif
-using namespace ::drafts::com::sun::star;
+using namespace ::com::sun::star;
using namespace ::com::sun::star;
namespace cppcanvas
diff --git a/cppcanvas/source/wrapper/impltext.hxx b/cppcanvas/source/wrapper/impltext.hxx
index 6bf6f84954be..4da7755f9082 100644
--- a/cppcanvas/source/wrapper/impltext.hxx
+++ b/cppcanvas/source/wrapper/impltext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impltext.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 21:03:10 $
+ * last change: $Author: vg $ $Date: 2005-03-10 13:32:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,17 +62,17 @@
#ifndef _CANVAS_IMPLTEXT_HXX
#define _CANVAS_IMPLTEXT_HXX
-#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_RENDERSTATE_HPP__
-#include <drafts/com/sun/star/rendering/RenderState.hpp>
+#ifndef _COM_SUN_STAR_RENDERING_RENDERSTATE_HPP__
+#include <com/sun/star/rendering/RenderState.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_STRINGCONTEXT_HPP__
-#include <drafts/com/sun/star/rendering/StringContext.hpp>
+#ifndef _COM_SUN_STAR_RENDERING_STRINGCONTEXT_HPP__
+#include <com/sun/star/rendering/StringContext.hpp>
#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
-#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_XCANVASFONT_HPP__
-#include <drafts/com/sun/star/rendering/XCanvasFont.hpp>
+#ifndef _COM_SUN_STAR_RENDERING_XCANVASFONT_HPP__
+#include <com/sun/star/rendering/XCanvasFont.hpp>
#endif
#include <cppcanvas/text.hxx>
diff --git a/cppcanvas/source/wrapper/vclfactory.cxx b/cppcanvas/source/wrapper/vclfactory.cxx
index 5e987470c025..7f8d0cd273b5 100644
--- a/cppcanvas/source/wrapper/vclfactory.cxx
+++ b/cppcanvas/source/wrapper/vclfactory.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclfactory.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 21:03:34 $
+ * last change: $Author: vg $ $Date: 2005-03-10 13:32:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,8 +69,8 @@
#include <osl/diagnose.h>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_INTERPOLATIONMODE_HPP_
-#include <drafts/com/sun/star/rendering/InterpolationMode.hpp>
+#ifndef _COM_SUN_STAR_RENDERING_INTERPOLATIONMODE_HPP_
+#include <com/sun/star/rendering/InterpolationMode.hpp>
#endif
#ifndef _SV_WINDOW_HXX
@@ -94,7 +94,7 @@
#include <implsprite.hxx>
-using namespace ::drafts::com::sun::star;
+using namespace ::com::sun::star;
using namespace ::com::sun::star;
namespace cppcanvas