summaryrefslogtreecommitdiff
path: root/avmedia/source/win/window.hxx
diff options
context:
space:
mode:
authorRicardo Montania <ricardo@linuxafundo.com.br>2012-09-22 22:34:09 -0300
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-09-23 12:50:29 +0000
commit588f01bf62e2c0dbc920eda007ea1b50d4ff0b3c (patch)
tree757a850a82f93d46b0bfae37dc7e90e83ed3e020 /avmedia/source/win/window.hxx
parentbb8839250271b6d951233e0ad21a773962d06889 (diff)
End of ::rtl::OUString to OUString in avmedia
Change-Id: I1ac8f773ddb72b94d1371fe60948fb2782ddecd4 Reviewed-on: https://gerrit.libreoffice.org/675 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
Diffstat (limited to 'avmedia/source/win/window.hxx')
-rw-r--r--avmedia/source/win/window.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/source/win/window.hxx b/avmedia/source/win/window.hxx
index 4d4b83e2925e..1ff6c4f5147d 100644
--- a/avmedia/source/win/window.hxx
+++ b/avmedia/source/win/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);
public: