INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED

2005/02/16 11:14:24 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
This commit is contained in:
Vladimir Glazounov
2005-03-10 12:21:59 +00:00
parent 27232933de
commit 941f2fc86f
2 changed files with 10 additions and 10 deletions

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: font.hxx,v $ * $RCSfile: font.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2004-09-08 16:57:42 $ * last change: $Author: vg $ $Date: 2005-03-10 13:21:45 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -75,10 +75,10 @@ namespace rtl
class OUString; class OUString;
} }
namespace drafts { namespace com { namespace sun { namespace star { namespace rendering namespace com { namespace sun { namespace star { namespace rendering
{ {
class XCanvasFont; class XCanvasFont;
} } } } } } } } }
/* Definition of Font class */ /* Definition of Font class */
@@ -94,7 +94,7 @@ namespace cppcanvas
virtual double getCellSize() const = 0; virtual double getCellSize() const = 0;
virtual ::com::sun::star::uno::Reference< virtual ::com::sun::star::uno::Reference<
::drafts::com::sun::star::rendering::XCanvasFont > getUNOFont() const = 0; ::com::sun::star::rendering::XCanvasFont > getUNOFont() const = 0;
}; };
typedef ::boost::shared_ptr< ::cppcanvas::Font > FontSharedPtr; typedef ::boost::shared_ptr< ::cppcanvas::Font > FontSharedPtr;

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: polypolygon.hxx,v $ * $RCSfile: polypolygon.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2004-09-08 16:57:56 $ * last change: $Author: vg $ $Date: 2005-03-10 13:21:59 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -80,10 +80,10 @@ namespace basegfx
class B2DPolyPolygon; class B2DPolyPolygon;
} }
namespace drafts { namespace com { namespace sun { namespace star { namespace rendering namespace com { namespace sun { namespace star { namespace rendering
{ {
class XPolyPolygon2D; class XPolyPolygon2D;
} } } } } } } } }
/* Definition of PolyPolygon interface */ /* Definition of PolyPolygon interface */
@@ -125,7 +125,7 @@ namespace cppcanvas
virtual double getStrokeWidth() const = 0; virtual double getStrokeWidth() const = 0;
virtual ::com::sun::star::uno::Reference< virtual ::com::sun::star::uno::Reference<
::drafts::com::sun::star::rendering::XPolyPolygon2D > getUNOPolyPolygon() const = 0; ::com::sun::star::rendering::XPolyPolygon2D > getUNOPolyPolygon() const = 0;
}; };
typedef ::boost::shared_ptr< ::cppcanvas::PolyPolygon > PolyPolygonSharedPtr; typedef ::boost::shared_ptr< ::cppcanvas::PolyPolygon > PolyPolygonSharedPtr;