diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-27 08:11:10 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-27 14:00:28 +0200 |
commit | 92b447876d1d9c10fba17e5f527332fe6ec07fb9 (patch) | |
tree | 92714b5d8db4fbf2d7a56aca8be0450269397be4 /winaccessibility | |
parent | e6ff6f9a71ec88747e3cf8165fb72a96b57f2e99 (diff) |
css already means ::com::sun::star
Change-Id: I48d7b746d7cc49246743c62480b0d225d2519342
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/source/service/msaaservice_impl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/source/service/msaaservice_impl.cxx b/winaccessibility/source/service/msaaservice_impl.cxx index 88b78e05c2a3..6e69cd744262 100644 --- a/winaccessibility/source/service/msaaservice_impl.cxx +++ b/winaccessibility/source/service/msaaservice_impl.cxx @@ -69,8 +69,8 @@ public: // XComponent - as used by VCL to lifecycle manage this bridge. virtual void SAL_CALL dispose(); - virtual void SAL_CALL addEventListener( const ::css::uno::Reference< ::css::lang::XEventListener >& ) { /* dummy */ } - virtual void SAL_CALL removeEventListener( const ::css::uno::Reference< ::css::lang::XEventListener >& ) { /* dummy */ } + virtual void SAL_CALL addEventListener( const css::uno::Reference< css::lang::XEventListener >& ) { /* dummy */ } + virtual void SAL_CALL removeEventListener( const css::uno::Reference< css::lang::XEventListener >& ) { /* dummy */ } // XMSAAService virtual sal_Int64 SAL_CALL getAccObjectPtr( |