summaryrefslogtreecommitdiff
path: root/framework/inc/uifactory/toolboxfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uifactory/toolboxfactory.hxx')
-rw-r--r--framework/inc/uifactory/toolboxfactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uifactory/toolboxfactory.hxx b/framework/inc/uifactory/toolboxfactory.hxx
index ea62fced95d5..43384bebec02 100644
--- a/framework/inc/uifactory/toolboxfactory.hxx
+++ b/framework/inc/uifactory/toolboxfactory.hxx
@@ -40,7 +40,7 @@ class ToolBoxFactory : public MenuBarFactory
DECLARE_XSERVICEINFO
// XUIElementFactory
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElement > SAL_CALL createUIElement( const ::rtl::OUString& ResourceURL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args ) throw ( ::com::sun::star::container::NoSuchElementException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException );
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElement > SAL_CALL createUIElement( const OUString& ResourceURL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args ) throw ( ::com::sun::star::container::NoSuchElementException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException );
};
}