summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/polypolyaction.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 12:26:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 12:26:22 +0000
commit893bfed878b5aa4221cbc93587d7ee4aaa4c0c18 (patch)
treea3a0e469910a1bcc9b99a218f83ca39aece6b6e8 /cppcanvas/source/mtfrenderer/polypolyaction.hxx
parenta084e4af73b73e0e39a27b1259c11eba45505c69 (diff)
INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED
2005/02/16 11:14:30 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
Diffstat (limited to 'cppcanvas/source/mtfrenderer/polypolyaction.hxx')
-rw-r--r--cppcanvas/source/mtfrenderer/polypolyaction.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/cppcanvas/source/mtfrenderer/polypolyaction.hxx b/cppcanvas/source/mtfrenderer/polypolyaction.hxx
index b61d73ee15fe..7ca30def001c 100644
--- a/cppcanvas/source/mtfrenderer/polypolyaction.hxx
+++ b/cppcanvas/source/mtfrenderer/polypolyaction.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: polypolyaction.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 20:56:50 $
+ * last change: $Author: vg $ $Date: 2005-03-10 13:26:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,15 +66,15 @@
#include <com/sun/star/uno/Reference.hxx>
#endif
-#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_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_TEXTURE_HPP_
-#include <drafts/com/sun/star/rendering/Texture.hpp>
+#ifndef _COM_SUN_STAR_RENDERING_TEXTURE_HPP_
+#include <com/sun/star/rendering/Texture.hpp>
#endif
#include <action.hxx>
@@ -106,7 +106,7 @@ namespace cppcanvas
PolyPolyAction( const ::PolyPolygon&,
const CanvasSharedPtr&,
const OutDevState&,
- const ::drafts::com::sun::star::rendering::Texture& );
+ const ::com::sun::star::rendering::Texture& );
PolyPolyAction( const ::PolyPolygon&,
const CanvasSharedPtr&,
const OutDevState&,
@@ -126,11 +126,11 @@ namespace cppcanvas
PolyPolyAction& operator = ( const PolyPolyAction& );
::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::rendering::XPolyPolygon2D > mxPolyPoly;
+ ::com::sun::star::rendering::XPolyPolygon2D > mxPolyPoly;
CanvasSharedPtr mpCanvas;
- ::drafts::com::sun::star::rendering::RenderState maState;
+ ::com::sun::star::rendering::RenderState maState;
- ::drafts::com::sun::star::rendering::Texture maTexture;
+ ::com::sun::star::rendering::Texture maTexture;
::com::sun::star::uno::Sequence< double > maFillColor;
::com::sun::star::uno::Sequence< double > maStrokeColor;