summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/pointaction.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 12:25:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 12:25:52 +0000
commita084e4af73b73e0e39a27b1259c11eba45505c69 (patch)
tree88e48373cc9fba94168f2e3eeee081d415023f91 /cppcanvas/source/mtfrenderer/pointaction.hxx
parent356cd299f02cb7c4ee3e629d120642599bf275e5 (diff)
INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED
2005/02/16 11:14:29 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
Diffstat (limited to 'cppcanvas/source/mtfrenderer/pointaction.hxx')
-rw-r--r--cppcanvas/source/mtfrenderer/pointaction.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cppcanvas/source/mtfrenderer/pointaction.hxx b/cppcanvas/source/mtfrenderer/pointaction.hxx
index fc5bbf181482..d92f413f46ab 100644
--- a/cppcanvas/source/mtfrenderer/pointaction.hxx
+++ b/cppcanvas/source/mtfrenderer/pointaction.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pointaction.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 20:56:22 $
+ * last change: $Author: vg $ $Date: 2005-03-10 13:25:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,8 +62,8 @@
#ifndef _CPPCANVAS_POINTACTION_HXX
#define _CPPCANVAS_POINTACTION_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 _SV_GEN_HXX
@@ -104,7 +104,7 @@ namespace cppcanvas
::Point maPoint;
CanvasSharedPtr mpCanvas;
- ::drafts::com::sun::star::rendering::RenderState maState;
+ ::com::sun::star::rendering::RenderState maState;
};
}
}