summaryrefslogtreecommitdiff
path: root/cppcanvas/source/tools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 12:27:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 12:27:40 +0000
commitd613097268310a9a6f2e9456b742fbb5ca5a36ad (patch)
tree888fc9683dc0c51cdabbf2542f47284d6993ad94 /cppcanvas/source/tools
parent8937ed54eb402a0a89f64c86c8673ec468d84796 (diff)
INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED
2005/02/16 11:14:33 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
Diffstat (limited to 'cppcanvas/source/tools')
-rw-r--r--cppcanvas/source/tools/canvasgraphichelper.cxx13
-rw-r--r--cppcanvas/source/tools/tools.cxx5
2 files changed, 8 insertions, 10 deletions
diff --git a/cppcanvas/source/tools/canvasgraphichelper.cxx b/cppcanvas/source/tools/canvasgraphichelper.cxx
index f369252e9a04..77946d06ca4e 100644
--- a/cppcanvas/source/tools/canvasgraphichelper.cxx
+++ b/cppcanvas/source/tools/canvasgraphichelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: canvasgraphichelper.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 20:57:57 $
+ * last change: $Author: vg $ $Date: 2005-03-10 13:27:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,11 +61,11 @@
#include <canvasgraphichelper.hxx>
-#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 _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 _CANVAS_CANVASTOOLS_HXX
@@ -83,7 +83,6 @@
using namespace ::com::sun::star;
-using namespace ::drafts::com::sun::star;
/* Implementation of CanvasGraphicHelper class */
diff --git a/cppcanvas/source/tools/tools.cxx b/cppcanvas/source/tools/tools.cxx
index 1def029313a9..05aa01054447 100644
--- a/cppcanvas/source/tools/tools.cxx
+++ b/cppcanvas/source/tools/tools.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tools.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 20:58:21 $
+ * last change: $Author: vg $ $Date: 2005-03-10 13:27:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,6 @@
using namespace ::com::sun::star;
-using namespace ::drafts::com::sun::star;
namespace cppcanvas
{