summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service/AccWindowEventListener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/source/service/AccWindowEventListener.cxx')
-rw-r--r--winaccessibility/source/service/AccWindowEventListener.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/source/service/AccWindowEventListener.cxx b/winaccessibility/source/service/AccWindowEventListener.cxx
index 8e1831375581..c89972031db3 100644
--- a/winaccessibility/source/service/AccWindowEventListener.cxx
+++ b/winaccessibility/source/service/AccWindowEventListener.cxx
@@ -32,7 +32,7 @@
using namespace com::sun::star::uno;
using namespace com::sun::star::accessibility;
-AccWindowEventListener::AccWindowEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Agent)
+AccWindowEventListener::AccWindowEventListener(css::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Agent)
:AccEventListener(pAcc, Agent)
{}
AccWindowEventListener::~AccWindowEventListener()
@@ -43,7 +43,7 @@ AccWindowEventListener::~AccWindowEventListener()
* Uno's event notifier when event is captured
* @param AccessibleEventObject: the event object which contains information about event
*/
-void AccWindowEventListener::notifyEvent( const ::com::sun::star::accessibility::AccessibleEventObject& aEvent ) throw (::com::sun::star::uno::RuntimeException)
+void AccWindowEventListener::notifyEvent( const css::accessibility::AccessibleEventObject& aEvent ) throw (css::uno::RuntimeException)
{
SolarMutexGuard g;