summaryrefslogtreecommitdiff
path: root/cppcanvas/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 12:22:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 12:22:13 +0000
commitd339905bd8cb70f963ce544bd9b382f8384c0351 (patch)
tree00af3bf1de6d294859caf683c21fe94c1e8777f5 /cppcanvas/inc
parent941f2fc86f0c98ce97c67e7b9c39e42ee30ed509 (diff)
INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED
2005/02/16 11:14:24 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
Diffstat (limited to 'cppcanvas/inc')
-rw-r--r--cppcanvas/inc/cppcanvas/sprite.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cppcanvas/inc/cppcanvas/sprite.hxx b/cppcanvas/inc/cppcanvas/sprite.hxx
index 4d3864de602b..b8db7d0778d0 100644
--- a/cppcanvas/inc/cppcanvas/sprite.hxx
+++ b/cppcanvas/inc/cppcanvas/sprite.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sprite.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 20:52:15 $
+ * last change: $Author: vg $ $Date: 2005-03-10 13:22:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,10 +77,10 @@ namespace basegfx
class B2DPoint;
}
-namespace drafts { namespace com { namespace sun { namespace star { namespace rendering
+namespace com { namespace sun { namespace star { namespace rendering
{
class XSprite;
-} } } } }
+} } } }
/* Definition of Sprite class */
@@ -133,7 +133,7 @@ namespace cppcanvas
virtual void hide() = 0;
virtual ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::rendering::XSprite > getUNOSprite() const = 0;
+ ::com::sun::star::rendering::XSprite > getUNOSprite() const = 0;
};
typedef ::boost::shared_ptr< ::cppcanvas::Sprite > SpriteSharedPtr;