diff options
author | Ricardo Montania <ricardo@linuxafundo.com.br> | 2012-09-21 12:19:04 -0300 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2012-09-21 15:58:01 +0000 |
commit | 6c98b12cd6b21ceb56993204037f080af097d327 (patch) | |
tree | 5c3b915120285a6bbac4e8d2012a09cb7c18b31d /avmedia/source/quicktime/window.hxx | |
parent | 207aebf733cc568845cea5c2aeff78493e056b9a (diff) |
::rtl::OUString to OUString in avmedia
Change-Id: Id62d30e33ad68ffa6d3199a181b002155f224732
Reviewed-on: https://gerrit.libreoffice.org/668
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'avmedia/source/quicktime/window.hxx')
-rw-r--r-- | avmedia/source/quicktime/window.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/source/quicktime/window.hxx b/avmedia/source/quicktime/window.hxx index a9689c4fee1d..3ba47908ed5f 100644 --- a/avmedia/source/quicktime/window.hxx +++ b/avmedia/source/quicktime/window.hxx @@ -88,9 +88,9 @@ public: virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener ) throw (::com::sun::star::uno::RuntimeException); // XServiceInfo - virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException); - virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException); - virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException); + virtual OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException); + virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException); + virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException); private: |