summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-20 00:22:42 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-20 01:33:42 +0100
commited750424f7c02b0ae868f33731f90885a4946f47 (patch)
treecc4a9cb2dd0db1f3ce88221af911db7b5d3708a9
parent2fb80b6d30a6e5c6cd554c5c5cee2215c81a4b06 (diff)
winaccessibility: remove some pointless overrides
Change-Id: I9a215d71bfeec9feed9d7f27fb1a47d36c827ef0
-rw-r--r--winaccessibility/inc/AccComponentEventListener.hxx6
-rw-r--r--winaccessibility/inc/AccContainerEventListener.hxx6
-rw-r--r--winaccessibility/inc/AccDialogEventListener.hxx6
-rw-r--r--winaccessibility/inc/AccFrameEventListener.hxx6
-rw-r--r--winaccessibility/inc/AccParagraphEventListener.hxx6
-rw-r--r--winaccessibility/inc/AccWindowEventListener.hxx6
-rw-r--r--winaccessibility/source/service/AccComponentEventListener.cxx16
-rw-r--r--winaccessibility/source/service/AccContainerEventListener.cxx16
-rw-r--r--winaccessibility/source/service/AccDialogEventListener.cxx16
-rw-r--r--winaccessibility/source/service/AccFrameEventListener.cxx16
-rw-r--r--winaccessibility/source/service/AccParagraphEventListener.cxx16
-rw-r--r--winaccessibility/source/service/AccWindowEventListener.cxx16
12 files changed, 0 insertions, 132 deletions
diff --git a/winaccessibility/inc/AccComponentEventListener.hxx b/winaccessibility/inc/AccComponentEventListener.hxx
index e52fbac30f8e..6cfb3174fe47 100644
--- a/winaccessibility/inc/AccComponentEventListener.hxx
+++ b/winaccessibility/inc/AccComponentEventListener.hxx
@@ -59,12 +59,6 @@ public:
virtual void HandleCaretChangedEvent(
css::uno::Any oldValue, css::uno::Any newValue);
- //for visible data changed event
- virtual void HandleVisibleDataChangedEvent() SAL_OVERRIDE;
-
- //for bound rect changed event
- virtual void HandleBoundrectChangedEvent() SAL_OVERRIDE;
-
virtual void SetComponentState(short state, bool enable) SAL_OVERRIDE;
virtual void FireStatePropertyChange(short state, bool set) SAL_OVERRIDE;
virtual void FireStateFocusedChange(bool enable) SAL_OVERRIDE;
diff --git a/winaccessibility/inc/AccContainerEventListener.hxx b/winaccessibility/inc/AccContainerEventListener.hxx
index 2f59d6c40274..5cc4eb672f1c 100644
--- a/winaccessibility/inc/AccContainerEventListener.hxx
+++ b/winaccessibility/inc/AccContainerEventListener.hxx
@@ -61,12 +61,6 @@ public:
virtual void HandleStateChangedEvent(
css::uno::Any oldValue, css::uno::Any newValue) SAL_OVERRIDE;
- //for visible data changed event
- virtual void HandleVisibleDataChangedEvent() SAL_OVERRIDE;
-
- //for bound rect changed event
- virtual void HandleBoundrectChangedEvent() SAL_OVERRIDE;
-
//for value changed event
virtual void HandleValueChangedEvent(
css::uno::Any oldValue, css::uno::Any newValue);
diff --git a/winaccessibility/inc/AccDialogEventListener.hxx b/winaccessibility/inc/AccDialogEventListener.hxx
index 2c7c137b573e..cdf7d146445a 100644
--- a/winaccessibility/inc/AccDialogEventListener.hxx
+++ b/winaccessibility/inc/AccDialogEventListener.hxx
@@ -44,12 +44,6 @@ public:
virtual void HandleChildChangedEvent(
css::uno::Any oldValue, css::uno::Any newValue);
- //for visible data changed event
- virtual void HandleVisibleDataChangedEvent() SAL_OVERRIDE;
-
- //for bound rect changed event
- virtual void HandleBoundrectChangedEvent() SAL_OVERRIDE;
-
//state changed
virtual void SetComponentState(short state, bool enable) SAL_OVERRIDE;
diff --git a/winaccessibility/inc/AccFrameEventListener.hxx b/winaccessibility/inc/AccFrameEventListener.hxx
index a47310efedf0..bd51e0134971 100644
--- a/winaccessibility/inc/AccFrameEventListener.hxx
+++ b/winaccessibility/inc/AccFrameEventListener.hxx
@@ -45,12 +45,6 @@ public:
virtual void HandleChildChangedEvent(
css::uno::Any oldValue, css::uno::Any newValue);
- //for visible data changed event
- virtual void HandleVisibleDataChangedEvent() SAL_OVERRIDE;
-
- //for bound rect changed event
- virtual void HandleBoundrectChangedEvent() SAL_OVERRIDE;
-
//state changed
virtual void SetComponentState(short state, bool enable) SAL_OVERRIDE;
diff --git a/winaccessibility/inc/AccParagraphEventListener.hxx b/winaccessibility/inc/AccParagraphEventListener.hxx
index 015f177378f0..4b5c5d2d98ed 100644
--- a/winaccessibility/inc/AccParagraphEventListener.hxx
+++ b/winaccessibility/inc/AccParagraphEventListener.hxx
@@ -45,12 +45,6 @@ public:
virtual void HandleCaretChangedEvent(
css::uno::Any oldValue, css::uno::Any newValue);
- //for visible data changed event
- virtual void HandleVisibleDataChangedEvent() SAL_OVERRIDE;
-
- //for bound rect changed event
- virtual void HandleBoundrectChangedEvent() SAL_OVERRIDE;
-
virtual void SetComponentState(short state, bool enable) SAL_OVERRIDE;
//add TEXT_SELECTION_CHANGED event
diff --git a/winaccessibility/inc/AccWindowEventListener.hxx b/winaccessibility/inc/AccWindowEventListener.hxx
index 9a8803091261..ca17cb13bac4 100644
--- a/winaccessibility/inc/AccWindowEventListener.hxx
+++ b/winaccessibility/inc/AccWindowEventListener.hxx
@@ -45,12 +45,6 @@ public:
virtual void HandleChildChangedEvent(
css::uno::Any oldValue, css::uno::Any newValue);
- //for visible data changed event
- virtual void HandleVisibleDataChangedEvent() SAL_OVERRIDE;
-
- //for bound rect changed event
- virtual void HandleBoundrectChangedEvent() SAL_OVERRIDE;
-
//state changed
virtual void SetComponentState(short state, bool enable) SAL_OVERRIDE;
diff --git a/winaccessibility/source/service/AccComponentEventListener.cxx b/winaccessibility/source/service/AccComponentEventListener.cxx
index 2939bf44d378..5856f6c7b5e2 100644
--- a/winaccessibility/source/service/AccComponentEventListener.cxx
+++ b/winaccessibility/source/service/AccComponentEventListener.cxx
@@ -126,22 +126,6 @@ void AccComponentEventListener::HandleCaretChangedEvent(Any oldValue, Any newVal
}
/**
- * handle the VISIBLE_DATA_CHANGED event
- */
-void AccComponentEventListener::HandleVisibleDataChangedEvent()
-{
- AccEventListener::HandleVisibleDataChangedEvent();
-}
-
-/**
- * handle the BOUNDRECT_CHANGED event
- */
-void AccComponentEventListener::HandleBoundrectChangedEvent()
-{
- AccEventListener::HandleBoundrectChangedEvent();
-}
-
-/**
* set the new state and fire the MSAA event
*
* @param state new state id
diff --git a/winaccessibility/source/service/AccContainerEventListener.cxx b/winaccessibility/source/service/AccContainerEventListener.cxx
index 5f28b8115681..05688bc5ff0d 100644
--- a/winaccessibility/source/service/AccContainerEventListener.cxx
+++ b/winaccessibility/source/service/AccContainerEventListener.cxx
@@ -97,22 +97,6 @@ throw (::com::sun::star::uno::RuntimeException)
}
}
-/**
- * handle the VISIBLE_DATA_CHANGED event
- */
-void AccContainerEventListener::HandleVisibleDataChangedEvent()
-{
- AccEventListener::HandleVisibleDataChangedEvent();
-}
-
-/**
- * handle the BOUNDRECT_CHANGED event
- */
-void AccContainerEventListener::HandleBoundrectChangedEvent()
-{
- AccEventListener::HandleBoundrectChangedEvent();
-}
-
void AccContainerEventListener::HandleStateChangedEvent(Any oldValue, Any newValue)
{
short State;
diff --git a/winaccessibility/source/service/AccDialogEventListener.cxx b/winaccessibility/source/service/AccDialogEventListener.cxx
index 849f5bd88d16..07e3e3eb5a3f 100644
--- a/winaccessibility/source/service/AccDialogEventListener.cxx
+++ b/winaccessibility/source/service/AccDialogEventListener.cxx
@@ -62,22 +62,6 @@ throw (::com::sun::star::uno::RuntimeException)
}
/**
- * handle the VISIBLE_DATA_CHANGED event
- */
-void AccDialogEventListener::HandleVisibleDataChangedEvent()
-{
- AccEventListener::HandleVisibleDataChangedEvent();
-}
-
-/**
- * handle the BOUNDRECT_CHANGED event
- */
-void AccDialogEventListener::HandleBoundrectChangedEvent()
-{
- AccEventListener::HandleBoundrectChangedEvent();
-}
-
-/**
* handle the CHILD event
* @param oldValue the child to be deleted
* @param newValue the child to be added
diff --git a/winaccessibility/source/service/AccFrameEventListener.cxx b/winaccessibility/source/service/AccFrameEventListener.cxx
index 32974b7b2f9c..4c9a687fe389 100644
--- a/winaccessibility/source/service/AccFrameEventListener.cxx
+++ b/winaccessibility/source/service/AccFrameEventListener.cxx
@@ -68,22 +68,6 @@ throw (::com::sun::star::uno::RuntimeException)
}
/**
- * handle the VISIBLE_DATA_CHANGED event
- */
-void AccFrameEventListener::HandleVisibleDataChangedEvent()
-{
- AccEventListener::HandleVisibleDataChangedEvent();
-}
-
-/**
- * handle the BOUNDRECT_CHANGED event
- */
-void AccFrameEventListener::HandleBoundrectChangedEvent()
-{
- AccEventListener::HandleBoundrectChangedEvent();
-}
-
-/**
* handle the CHILD event
* @param oldValue the child to be deleted
* @param newValue the child to be added
diff --git a/winaccessibility/source/service/AccParagraphEventListener.cxx b/winaccessibility/source/service/AccParagraphEventListener.cxx
index a42355746084..b594c0d2d74a 100644
--- a/winaccessibility/source/service/AccParagraphEventListener.cxx
+++ b/winaccessibility/source/service/AccParagraphEventListener.cxx
@@ -96,22 +96,6 @@ void AccParagraphEventListener::HandleCaretChangedEvent(Any oldValue, Any newVal
}
/**
- * handle the VISIBLE_DATA_CHANGED event
- */
-void AccParagraphEventListener::HandleVisibleDataChangedEvent()
-{
- AccEventListener::HandleVisibleDataChangedEvent();
-}
-
-/**
- * handle the BOUNDRECT_CHANGED event
- */
-void AccParagraphEventListener::HandleBoundrectChangedEvent()
-{
- AccEventListener::HandleBoundrectChangedEvent();
-}
-
-/**
* set the new state and fire the MSAA event
* @param state new state id
* @param enable true if state is set, false if state is unset
diff --git a/winaccessibility/source/service/AccWindowEventListener.cxx b/winaccessibility/source/service/AccWindowEventListener.cxx
index 1385f70998e6..e6301dfc51a5 100644
--- a/winaccessibility/source/service/AccWindowEventListener.cxx
+++ b/winaccessibility/source/service/AccWindowEventListener.cxx
@@ -61,22 +61,6 @@ void AccWindowEventListener::notifyEvent( const ::com::sun::star::accessibility
}
/**
- * handle the VISIBLE_DATA_CHANGED event
- */
-void AccWindowEventListener::HandleVisibleDataChangedEvent()
-{
- AccEventListener::HandleVisibleDataChangedEvent();
-}
-
-/**
- * handle the BOUNDRECT_CHANGED event
- */
-void AccWindowEventListener::HandleBoundrectChangedEvent()
-{
- AccEventListener::HandleBoundrectChangedEvent();
-}
-
-/**
* handle the CHILD event
* @param oldValue the child to be deleted
* @param newValue the child to be added