From 9cde190a46af066a2d64caf47a50326b26a8f4fc Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Sun, 29 Jan 2012 21:19:45 +0400 Subject: remove '#define OUSTRING ::rtl::OUString' --- sd/source/ui/unoidl/unomodule.cxx | 2 +- sd/source/ui/unoidl/unomodule.hxx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/unoidl/unomodule.cxx b/sd/source/ui/unoidl/unomodule.cxx index b2d745033434..76f6bd342939 100644 --- a/sd/source/ui/unoidl/unomodule.cxx +++ b/sd/source/ui/unoidl/unomodule.cxx @@ -122,7 +122,7 @@ SEQUENCE< REFERENCE< XDISPATCH > > SAL_CALL SdUnoModule::queryDispatches( const } // XDispatchProvider -REFERENCE< XDISPATCH > SAL_CALL SdUnoModule::queryDispatch( const UNOURL& aURL, const OUSTRING&, sal_Int32 ) throw( RUNTIMEEXCEPTION ) +REFERENCE< XDISPATCH > SAL_CALL SdUnoModule::queryDispatch( const UNOURL& aURL, const rtl::OUString&, sal_Int32 ) throw( RUNTIMEEXCEPTION ) { SolarMutexGuard aGuard; SdDLL::Init(); diff --git a/sd/source/ui/unoidl/unomodule.hxx b/sd/source/ui/unoidl/unomodule.hxx index 860501f07382..113a0bc5b9f3 100644 --- a/sd/source/ui/unoidl/unomodule.hxx +++ b/sd/source/ui/unoidl/unomodule.hxx @@ -64,7 +64,6 @@ namespace com #define SEQUENCE ::com::sun::star::uno::Sequence #define XDISPATCH ::com::sun::star::frame::XDispatch #define XNOTIFYINGDISPATCH ::com::sun::star::frame::XNotifyingDispatch -#define OUSTRING ::rtl::OUString #define UNOURL ::com::sun::star::util::URL #define DISPATCHDESCRIPTOR ::com::sun::star::frame::DispatchDescriptor @@ -88,7 +87,7 @@ public: // XDispatchProvider virtual SEQUENCE< REFERENCE< XDISPATCH > > SAL_CALL queryDispatches( const SEQUENCE< DISPATCHDESCRIPTOR >& seqDescriptor ) throw( RUNTIMEEXCEPTION ) ; virtual REFERENCE< XDISPATCH > SAL_CALL queryDispatch( const UNOURL & aURL , - const OUSTRING & sTargetFrameName, + const ::rtl::OUString & sTargetFrameName, sal_Int32 eSearchFlags ) throw( RUNTIMEEXCEPTION ) ; // XServiceInfo virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeException); -- cgit v1.2.3