summaryrefslogtreecommitdiff
path: root/include/svx/AccessibleShape.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/AccessibleShape.hxx
parent3aa7db4586c53a0815b74cc514ff8a6541dc7e01 (diff)
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/AccessibleShape.hxx')
-rw-r--r--include/svx/AccessibleShape.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx
index 8bafaec6b53f..8f961fffb111 100644
--- a/include/svx/AccessibleShape.hxx
+++ b/include/svx/AccessibleShape.hxx
@@ -323,8 +323,7 @@ public:
throw (css::uno::RuntimeException, std::exception) override;
//===== IAccessibleViewForwarderListener ================================
- virtual void ViewForwarderChanged (ChangeType aChangeType,
- const IAccessibleViewForwarder* pViewForwarder) override;
+ virtual void ViewForwarderChanged() override;
//===== lang::XEventListener ============================================