summaryrefslogtreecommitdiff
path: root/winaccessibility/inc/AccFrameEventListener.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-19 20:31:31 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-20 01:33:41 +0100
commit753b3cbb8b2a0e1004d157a247e5e6c6da3f0b62 (patch)
tree0c8934abd12159e74b1bf9ee1a709112e56e37aa /winaccessibility/inc/AccFrameEventListener.hxx
parent65a7e714292dbf4c5a2a4f5760f3b546d603c40c (diff)
winaccessibility: remove "using" from headers
Change-Id: I212c1f3449416ff3629a677112fc5a4702e89eb0
Diffstat (limited to 'winaccessibility/inc/AccFrameEventListener.hxx')
-rw-r--r--winaccessibility/inc/AccFrameEventListener.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/inc/AccFrameEventListener.hxx b/winaccessibility/inc/AccFrameEventListener.hxx
index d2a0c1f0a1cc..d606edcc1f77 100644
--- a/winaccessibility/inc/AccFrameEventListener.hxx
+++ b/winaccessibility/inc/AccFrameEventListener.hxx
@@ -25,7 +25,6 @@
#include <com/sun/star/accessibility/XAccessibleEventListener.hpp>
#include <com/sun/star/accessibility/XAccessible.hpp>
-using namespace ::com::sun::star::uno;
/**
* AccFrameEventListener is inherited from AccEventListener. It handles the evnets
@@ -43,7 +42,8 @@ public:
virtual void SAL_CALL notifyEvent( const ::com::sun::star::accessibility::AccessibleEventObject& aEvent ) throw (::com::sun::star::uno::RuntimeException);
//for child changed event
- virtual void SAL_CALL handleChildChangedEvent(Any oldValue, Any newValue);
+ virtual void SAL_CALL handleChildChangedEvent(
+ css::uno::Any oldValue, css::uno::Any newValue);
//for visible data changed event
virtual void SAL_CALL handleVisibleDataChangedEvent();