summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 18:47:35 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 18:47:35 +0000
commit701080920619b1ceced6855bce3200bf1ee614a2 (patch)
tree949edfff1bceb04490c876958605678811431511 /framework/source
parent93d654f22431330a75386a12fdfe8dd2b16a97ee (diff)
INTEGRATION: CWS removedrafts (1.3.158); FILE MERGED
2005/02/17 12:47:54 cd 1.3.158.1: #i42557# move UNOIDL types from drafts to com
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/uifactory/uielementfactorymanager.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/framework/source/uifactory/uielementfactorymanager.cxx b/framework/source/uifactory/uielementfactorymanager.cxx
index 50133e4dc16f..5fa2e0c493a4 100644
--- a/framework/source/uifactory/uielementfactorymanager.cxx
+++ b/framework/source/uifactory/uielementfactorymanager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: uielementfactorymanager.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-07-06 17:03:34 $
+ * last change: $Author: kz $ $Date: 2005-03-01 19:47:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,8 +133,8 @@ using namespace com::sun::star::lang;
using namespace com::sun::star::beans;
using namespace com::sun::star::frame;
using namespace com::sun::star::container;
-using namespace drafts::com::sun::star::ui;
-using namespace drafts::com::sun::star::frame;
+using namespace ::com::sun::star::ui;
+using namespace ::com::sun::star::frame;
//_________________________________________________________________________________________________________________
// Namespace
@@ -549,15 +549,15 @@ DEFINE_XINTERFACE_4 ( UIElementFactoryManager
OWeakObject ,
DIRECT_INTERFACE( css::lang::XTypeProvider ),
DIRECT_INTERFACE( css::lang::XServiceInfo ),
- DIRECT_INTERFACE( drafts::com::sun::star::ui::XUIElementFactory ),
- DIRECT_INTERFACE( drafts::com::sun::star::ui::XUIElementFactoryRegistration )
+ DIRECT_INTERFACE( ::com::sun::star::ui::XUIElementFactory ),
+ DIRECT_INTERFACE( ::com::sun::star::ui::XUIElementFactoryRegistration )
)
DEFINE_XTYPEPROVIDER_4 ( UIElementFactoryManager ,
css::lang::XTypeProvider ,
css::lang::XServiceInfo ,
- drafts::com::sun::star::ui::XUIElementFactory ,
- drafts::com::sun::star::ui::XUIElementFactoryRegistration
+ ::com::sun::star::ui::XUIElementFactory ,
+ ::com::sun::star::ui::XUIElementFactoryRegistration
)
DEFINE_XSERVICEINFO_ONEINSTANCESERVICE ( UIElementFactoryManager ,