summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-22 15:22:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-22 15:38:45 +0200
commit5dc81ae20145d66019d3853e033514a9b1bc9c57 (patch)
tree29953080bc20bc324a80c368e06f0ba3236dacbe /include
parentafa58a03bc5d5c1055aa74c434701fdec6fb2357 (diff)
Remove some deprecated AccessibleShapeTreeInfo member functions
Change-Id: I3cdf1cb2feef1cd107b4d554679038eeb5003898
Diffstat (limited to 'include')
-rw-r--r--include/svx/AccessibleShapeTreeInfo.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/svx/AccessibleShapeTreeInfo.hxx b/include/svx/AccessibleShapeTreeInfo.hxx
index d7dc02c5b862..65aae3bd00eb 100644
--- a/include/svx/AccessibleShapeTreeInfo.hxx
+++ b/include/svx/AccessibleShapeTreeInfo.hxx
@@ -76,18 +76,6 @@ public:
::com::sun::star::accessibility::XAccessibleComponent>
GetDocumentWindow() const { return mxDocumentWindow;}
- /** Deprecated. Use the correctly named SetModelBroadcaster method
- instead.
- */
- void SetControllerBroadcaster (const ::com::sun::star::uno::Reference<
- ::com::sun::star::document::XEventBroadcaster>& rxControllerBroadcaster);
- /** Deprecated. Use the correctly named GetModelBroadcaster method
- instead.
- */
- ::com::sun::star::uno::Reference<
- ::com::sun::star::document::XEventBroadcaster>
- GetControllerBroadcaster() const { return mxModelBroadcaster;}
-
/** Set a new broadcaster that sends events indicating shape changes.
The broadcaster usually is or belongs to a document model.
@param rxModelBroadcaster