diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 10:56:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 10:56:58 +0000 |
commit | 3adcfc4d2b10c6d745614c36fc0f275389b72eba (patch) | |
tree | 0e0c0ba88e5c70b2fd0a4c437e0aef7a1b1aa99b /canvas/source | |
parent | 02c0ceb951581f3107493b7fa862b3a23c831332 (diff) |
INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED
2005/02/16 11:13:59 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
Diffstat (limited to 'canvas/source')
-rw-r--r-- | canvas/source/vcl/canvasbitmap.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/canvas/source/vcl/canvasbitmap.cxx b/canvas/source/vcl/canvasbitmap.cxx index 8f1e157b4183..c41a07396593 100644 --- a/canvas/source/vcl/canvasbitmap.cxx +++ b/canvas/source/vcl/canvasbitmap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: canvasbitmap.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-11-26 17:10:25 $ + * last change: $Author: vg $ $Date: 2005-03-10 11:56:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,6 @@ #endif using namespace ::com::sun::star; -using namespace ::drafts::com::sun::star; namespace vclcanvas @@ -159,7 +158,7 @@ namespace vclcanvas CanvasBitmap_Base::disposing(); } -#define SERVICE_NAME "drafts.com.sun.star.rendering.CanvasBitmap" +#define SERVICE_NAME "com.sun.star.rendering.CanvasBitmap" ::rtl::OUString SAL_CALL CanvasBitmap::getImplementationName( ) throw (uno::RuntimeException) { |