summaryrefslogtreecommitdiffstats
path: root/include/svx/ChildrenManager.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-24 15:51:14 +0200
committerNoel Grandin <noel@peralex.com>2016-08-25 08:40:00 +0200
commitf360244e5ddb6b607e752a0df3c37ccefaec1d9f (patch)
tree38729115a06d88460ad0a413d1d210bae7889cbd /include/svx/ChildrenManager.hxx
parentconvert SvxAnchorIds to scoped enum (diff)
downloadcore-f360244e5ddb6b607e752a0df3c37ccefaec1d9f.tar.gz
core-f360244e5ddb6b607e752a0df3c37ccefaec1d9f.zip
drop enum IAccessibleViewForwarderListener::ChangeType
since only one of it's values was in use, and simplify the ViewForwarderChanged method as a consequence. Change-Id: I00544c9b0a601c01e49519be5bafe192c6f735f6
Diffstat (limited to 'include/svx/ChildrenManager.hxx')
-rw-r--r--include/svx/ChildrenManager.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svx/ChildrenManager.hxx b/include/svx/ChildrenManager.hxx
index bb1cab720a80..c85bd1b3428e 100644
--- a/include/svx/ChildrenManager.hxx
+++ b/include/svx/ChildrenManager.hxx
@@ -192,9 +192,7 @@ public:
*/
void RemoveFocus();
- void ViewForwarderChanged(
- IAccessibleViewForwarderListener::ChangeType aChangeType,
- const IAccessibleViewForwarder* pViewForwarder);
+ void ViewForwarderChanged();
private:
rtl::Reference<ChildrenManagerImpl> mpImpl;