summaryrefslogtreecommitdiff
path: root/framework/source/uifactory
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 18:47:18 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 18:47:18 +0000
commit93d654f22431330a75386a12fdfe8dd2b16a97ee (patch)
tree803a71b7bd18962f93fc25c0511d5b3a0e3fa9c4 /framework/source/uifactory
parent6001a40b0227001f5111adb5be26e4a052c3af80 (diff)
INTEGRATION: CWS removedrafts (1.2.160); FILE MERGED
2005/02/17 12:47:54 cd 1.2.160.1: #i42557# move UNOIDL types from drafts to com
Diffstat (limited to 'framework/source/uifactory')
-rw-r--r--framework/source/uifactory/toolbarcontrollerfactory.cxx10
-rw-r--r--framework/source/uifactory/toolboxfactory.cxx26
2 files changed, 18 insertions, 18 deletions
diff --git a/framework/source/uifactory/toolbarcontrollerfactory.cxx b/framework/source/uifactory/toolbarcontrollerfactory.cxx
index 5df64331ff34..fa4adb3f69f3 100644
--- a/framework/source/uifactory/toolbarcontrollerfactory.cxx
+++ b/framework/source/uifactory/toolbarcontrollerfactory.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toolbarcontrollerfactory.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-07-06 17:03:08 $
+ * last change: $Author: kz $ $Date: 2005-03-01 19:47:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,7 +120,7 @@ using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::beans;
using namespace com::sun::star::container;
-using namespace drafts::com::sun::star::frame;
+using namespace ::com::sun::star::frame;
//_________________________________________________________________________________________________________________
// Namespace
@@ -440,14 +440,14 @@ DEFINE_XINTERFACE_4 ( ToolbarControllerFactory
DIRECT_INTERFACE( css::lang::XTypeProvider ),
DIRECT_INTERFACE( css::lang::XServiceInfo ),
DIRECT_INTERFACE( css::lang::XMultiComponentFactory ),
- DIRECT_INTERFACE( drafts::com::sun::star::frame::XUIControllerRegistration )
+ DIRECT_INTERFACE( ::com::sun::star::frame::XUIControllerRegistration )
)
DEFINE_XTYPEPROVIDER_4 ( ToolbarControllerFactory ,
css::lang::XTypeProvider ,
css::lang::XServiceInfo ,
css::lang::XMultiComponentFactory ,
- drafts::com::sun::star::frame::XUIControllerRegistration
+ ::com::sun::star::frame::XUIControllerRegistration
)
DEFINE_XSERVICEINFO_ONEINSTANCESERVICE ( ToolbarControllerFactory ,
diff --git a/framework/source/uifactory/toolboxfactory.cxx b/framework/source/uifactory/toolboxfactory.cxx
index e4b11daaccec..6c0ee922471d 100644
--- a/framework/source/uifactory/toolboxfactory.cxx
+++ b/framework/source/uifactory/toolboxfactory.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toolboxfactory.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-07-06 17:03:20 $
+ * last change: $Author: kz $ $Date: 2005-03-01 19:47:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,12 +95,12 @@
#include <com/sun/star/lang/XInitialization.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_UI_XMODULEUICONFIGURATIONMANAGERSUPPLIER_HPP_
-#include <drafts/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp>
+#ifndef _COM_SUN_STAR_UI_XMODULEUICONFIGURATIONMANAGERSUPPLIER_HPP_
+#include <com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_UI_XUICONFIGURATIONMANAGERSUPLLIER_HPP_
-#include <drafts/com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
+#ifndef _COM_SUN_STAR_UI_XUICONFIGURATIONMANAGERSUPLLIER_HPP_
+#include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
#endif
//_________________________________________________________________________________________________________________
@@ -128,7 +128,7 @@ using namespace com::sun::star::lang;
using namespace com::sun::star::frame;
using namespace com::sun::star::beans;
using namespace com::sun::star::util;
-using namespace drafts::com::sun::star::ui;
+using namespace ::com::sun::star::ui;
namespace framework
{
@@ -140,13 +140,13 @@ DEFINE_XINTERFACE_3 ( ToolBoxFactory
OWeakObject ,
DIRECT_INTERFACE( css::lang::XTypeProvider ),
DIRECT_INTERFACE( css::lang::XServiceInfo ),
- DIRECT_INTERFACE( drafts::com::sun::star::ui::XUIElementFactory )
+ DIRECT_INTERFACE( ::com::sun::star::ui::XUIElementFactory )
)
DEFINE_XTYPEPROVIDER_3 ( ToolBoxFactory ,
css::lang::XTypeProvider ,
css::lang::XServiceInfo ,
- drafts::com::sun::star::ui::XUIElementFactory
+ ::com::sun::star::ui::XUIElementFactory
)
DEFINE_XSERVICEINFO_ONEINSTANCESERVICE ( ToolBoxFactory ,
@@ -161,7 +161,7 @@ ToolBoxFactory::ToolBoxFactory( const ::com::sun::star::uno::Reference< ::com::s
ThreadHelpBase( &Application::GetSolarMutex() )
, m_xServiceManager( xServiceManager )
, m_xModuleManager( xServiceManager->createInstance(
- OUString( RTL_CONSTASCII_USTRINGPARAM( "drafts.com.sun.star.frame.ModuleManager" ))),
+ OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ModuleManager" ))),
UNO_QUERY )
{
}
@@ -227,9 +227,9 @@ throw ( ::com::sun::star::container::NoSuchElementException, ::com::sun::star::l
rtl::OUString aModuleIdentifier = m_xModuleManager->identify( Reference< XInterface >( xFrame, UNO_QUERY ));
if ( aModuleIdentifier.getLength() )
{
- Reference< ::drafts::com::sun::star::ui::XModuleUIConfigurationManagerSupplier > xModuleCfgSupplier(
+ Reference< ::com::sun::star::ui::XModuleUIConfigurationManagerSupplier > xModuleCfgSupplier(
m_xServiceManager->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM(
- "drafts.com.sun.star.ui.ModuleUIConfigurationManagerSupplier" ))),
+ "com.sun.star.ui.ModuleUIConfigurationManagerSupplier" ))),
UNO_QUERY );
xCfgMgr = xModuleCfgSupplier->getUIConfigurationManager( aModuleIdentifier );
bHasSettings = xCfgMgr->hasSettings( aResourceURL );
@@ -255,7 +255,7 @@ throw ( ::com::sun::star::container::NoSuchElementException, ::com::sun::star::l
vos::OGuard aGuard( Application::GetSolarMutex() );
ToolBarWrapper* pToolBarWrapper = new ToolBarWrapper( m_xServiceManager );
- Reference< drafts::com::sun::star::ui::XUIElement > xToolBar( (OWeakObject *)pToolBarWrapper, UNO_QUERY );
+ Reference< ::com::sun::star::ui::XUIElement > xToolBar( (OWeakObject *)pToolBarWrapper, UNO_QUERY );
Reference< XInitialization > xInit( xToolBar, UNO_QUERY );
xInit->initialize( aPropSeq );
return xToolBar;