diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-28 13:43:24 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-29 06:44:57 +0000 |
commit | 171990764eedee708ce458be2239466307b2dc6a (patch) | |
tree | 2c4821ca3b8a0ad0bbd4478c0a190b8be246c068 /cppuhelper/test/testcmp | |
parent | 62e2fae93e8894f73560a30ae1e752cbd4c001ad (diff) |
com::sun::star-css in cppu,cppuhelper
Change-Id: I84a412f587fd66f6c0610f083e61cf0fa079d4d9
Reviewed-on: https://gerrit.libreoffice.org/17384
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cppuhelper/test/testcmp')
-rw-r--r-- | cppuhelper/test/testcmp/TestComponent.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/test/testcmp/TestComponent.cxx b/cppuhelper/test/testcmp/TestComponent.cxx index 64d2b9ff36af..f3922b70c1ed 100644 --- a/cppuhelper/test/testcmp/TestComponent.cxx +++ b/cppuhelper/test/testcmp/TestComponent.cxx @@ -71,7 +71,7 @@ public: explicit TestComponent(uno::Reference<uno::XComponentContext> const & xCtx); virtual ~TestComponent(); - uno::Any SAL_CALL queryInterface(uno::Type const & rType ) throw (::com::sun::star::uno::RuntimeException); + uno::Any SAL_CALL queryInterface(uno::Type const & rType ) throw (css::uno::RuntimeException); void SAL_CALL release() throw (); void SAL_CALL acquire() throw (); @@ -136,7 +136,7 @@ void SAL_CALL TestComponent::release() throw () cppu::WeakImplHelper1<lang::XServiceInfo>::release(); } -uno::Any SAL_CALL TestComponent::queryInterface(uno::Type const & rType ) throw (::com::sun::star::uno::RuntimeException) +uno::Any SAL_CALL TestComponent::queryInterface(uno::Type const & rType ) throw (css::uno::RuntimeException) { return cppu::WeakImplHelper1<lang::XServiceInfo>::queryInterface(rType); } |