INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED
2005/02/16 11:14:28 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: lineaction.hxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2004-11-26 20:55:01 $
|
||||
* last change: $Author: vg $ $Date: 2005-03-10 13:24:44 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -62,8 +62,8 @@
|
||||
#ifndef _CPPCANVAS_LINEACTION_HXX
|
||||
#define _CPPCANVAS_LINEACTION_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
|
||||
@@ -103,7 +103,7 @@ namespace cppcanvas
|
||||
Point maStartPoint;
|
||||
Point maEndPoint;
|
||||
CanvasSharedPtr mpCanvas;
|
||||
::drafts::com::sun::star::rendering::RenderState maState;
|
||||
::com::sun::star::rendering::RenderState maState;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: mtftools.cxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2004-11-26 20:55:29 $
|
||||
* last change: $Author: vg $ $Date: 2005-03-10 13:25:00 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -62,8 +62,8 @@
|
||||
#include <mtftools.hxx>
|
||||
#include <outdevstate.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 _CANVAS_CANVASTOOLS_HXX
|
||||
@@ -71,7 +71,6 @@
|
||||
#endif
|
||||
|
||||
|
||||
using namespace ::drafts::com::sun::star;
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
namespace cppcanvas
|
||||
@@ -79,7 +78,7 @@ namespace cppcanvas
|
||||
|
||||
namespace tools
|
||||
{
|
||||
void initRenderState( ::drafts::com::sun::star::rendering::RenderState& renderState,
|
||||
void initRenderState( ::com::sun::star::rendering::RenderState& renderState,
|
||||
const struct ::cppcanvas::internal::OutDevState& outdevState )
|
||||
{
|
||||
::canvas::tools::initRenderState( renderState );
|
||||
|
Reference in New Issue
Block a user