summaryrefslogtreecommitdiff
path: root/cppcanvas/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 12:22:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 12:22:26 +0000
commite84e9e2544250c8d47c85eda86002115b8e4d6a3 (patch)
treef85030b8fddb9d9bbcb385f67fc6e8d7cceb2925 /cppcanvas/inc
parentd339905bd8cb70f963ce544bd9b382f8384c0351 (diff)
INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED
2005/02/16 11:14:25 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/spritecanvas.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cppcanvas/inc/cppcanvas/spritecanvas.hxx b/cppcanvas/inc/cppcanvas/spritecanvas.hxx
index 23c27396c725..13044c9d0b89 100644
--- a/cppcanvas/inc/cppcanvas/spritecanvas.hxx
+++ b/cppcanvas/inc/cppcanvas/spritecanvas.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: spritecanvas.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 20:52:28 $
+ * last change: $Author: vg $ $Date: 2005-03-10 13:22:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,10 +88,10 @@
#include <cppcanvas/customsprite.hxx>
#endif
-namespace drafts { namespace com { namespace sun { namespace star { namespace rendering
+namespace com { namespace sun { namespace star { namespace rendering
{
class XSpriteCanvas;
-} } } } }
+} } } }
/* Definition of SpriteCanvas */
@@ -122,7 +122,7 @@ namespace cppcanvas
}
virtual ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::rendering::XSpriteCanvas > getUNOSpriteCanvas() const = 0;
+ ::com::sun::star::rendering::XSpriteCanvas > getUNOSpriteCanvas() const = 0;
};
}