diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 10:58:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 10:58:22 +0000 |
commit | 60ad5beaf0e1f78bb98b2819bf7d4c1172bed31d (patch) | |
tree | aee4f3754322960dd5428f9b506b9935befe2723 /canvas/source/vcl/canvasfont.cxx | |
parent | 94f76387bbd84c97aa30bdc1e8792390bbcac865 (diff) |
INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED
2005/02/16 11:14:06 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
Diffstat (limited to 'canvas/source/vcl/canvasfont.cxx')
-rw-r--r-- | canvas/source/vcl/canvasfont.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/canvas/source/vcl/canvasfont.cxx b/canvas/source/vcl/canvasfont.cxx index 1a998a99e0a4..68c8aac67760 100644 --- a/canvas/source/vcl/canvasfont.cxx +++ b/canvas/source/vcl/canvasfont.cxx @@ -2,9 +2,9 @@ * * $RCSfile: canvasfont.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-11-26 17:11:39 $ + * last change: $Author: vg $ $Date: 2005-03-10 11:58:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,6 @@ #include "textlayout.hxx" using namespace ::com::sun::star; -using namespace ::drafts::com::sun::star; namespace vclcanvas @@ -174,7 +173,7 @@ namespace vclcanvas return uno::Sequence< beans::PropertyValue >(); } -#define SERVICE_NAME "drafts.com.sun.star.rendering.CanvasFont" +#define SERVICE_NAME "com.sun.star.rendering.CanvasFont" ::rtl::OUString SAL_CALL CanvasFont::getImplementationName() throw( uno::RuntimeException ) { |