summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper/implcanvas.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 12:29:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 12:29:21 +0000
commit54e804342b6d37812678e7502e29220394ff0ff7 (patch)
tree8e7f209e744228c542f01d61c4ec3917b821746c /cppcanvas/source/wrapper/implcanvas.hxx
parent41b69914a22c0b2d06bab9a6508327cf4c3d25d6 (diff)
INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED
2005/02/16 11:14:36 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
Diffstat (limited to 'cppcanvas/source/wrapper/implcanvas.hxx')
-rw-r--r--cppcanvas/source/wrapper/implcanvas.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/cppcanvas/source/wrapper/implcanvas.hxx b/cppcanvas/source/wrapper/implcanvas.hxx
index e5b2dda1f6b2..1a0649e4a091 100644
--- a/cppcanvas/source/wrapper/implcanvas.hxx
+++ b/cppcanvas/source/wrapper/implcanvas.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implcanvas.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 20:59:59 $
+ * last change: $Author: vg $ $Date: 2005-03-10 13:29:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,8 +66,8 @@
#include <com/sun/star/uno/Reference.hxx>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_VIEWSTATE_HPP__
-#include <drafts/com/sun/star/rendering/ViewState.hpp>
+#ifndef _COM_SUN_STAR_RENDERING_VIEWSTATE_HPP__
+#include <com/sun/star/rendering/ViewState.hpp>
#endif
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
@@ -87,10 +87,10 @@ namespace basegfx
class B2DPolyPolygon;
}
-namespace drafts { namespace com { namespace sun { namespace star { namespace rendering
+namespace com { namespace sun { namespace star { namespace rendering
{
class XCanvas;
-} } } } }
+} } } }
/* Definition of ImplCanvas */
@@ -105,7 +105,7 @@ namespace cppcanvas
{
public:
ImplCanvas( const ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::rendering::XCanvas >& rCanvas );
+ ::com::sun::star::rendering::XCanvas >& rCanvas );
virtual ~ImplCanvas();
virtual void setTransformation( const ::basegfx::B2DHomMatrix& rMatrix );
@@ -121,9 +121,9 @@ namespace cppcanvas
virtual CanvasSharedPtr clone() const;
virtual ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::rendering::XCanvas > getUNOCanvas() const;
+ ::com::sun::star::rendering::XCanvas > getUNOCanvas() const;
- virtual ::drafts::com::sun::star::rendering::ViewState getViewState() const;
+ virtual ::com::sun::star::rendering::ViewState getViewState() const;
// take compiler-provided default copy constructor
//ImplCanvas(const ImplCanvas&);
@@ -132,9 +132,9 @@ namespace cppcanvas
// default: disabled assignment
ImplCanvas& operator=( const ImplCanvas& );
- ::drafts::com::sun::star::rendering::ViewState maViewState;
+ ::com::sun::star::rendering::ViewState maViewState;
PolyPolygonSharedPtr mpClipPolyPolygon;
- const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::rendering::XCanvas > mxCanvas;
+ const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvas > mxCanvas;
};
}