summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-18 13:30:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-18 13:47:29 +0200
commit2b5cb7c6b17a15ee0da77df397553f0c80fbaac8 (patch)
tree6e21945a5e5ddeefd21fe6007b8bcc1b509f9311 /include/editeng
parentb3c77e46e54872ed69e24a7f459b97f8334fcd9c (diff)
unused m_xAccInfo in AccessibleEditableTextPara
since commit c23ab5eaed57cc3fb5860e26c591c73c5b22687b Date: Tue Nov 26 14:25:22 2013 +0000 Integrate branch of IAccessible2 Change-Id: Id068fb0a49f5a1e79ca17fe66885cda558abe275
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/AccessibleEditableTextPara.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/AccessibleEditableTextPara.hxx b/include/editeng/AccessibleEditableTextPara.hxx
index 142634783b2f..d55872e0b634 100644
--- a/include/editeng/AccessibleEditableTextPara.hxx
+++ b/include/editeng/AccessibleEditableTextPara.hxx
@@ -367,8 +367,6 @@ namespace accessibility
/// Our listeners (guarded by maMutex)
int mnNotifierClientId;
private:
- css::uno::Reference< css::accessibility::XAccessible > m_xAccInfo;
-
// Text paragraphs should provide FLOWS_TO and FLOWS_FROM relations (#i27138#)
// the paragraph manager, which created this instance - is NULL, if
// instance isn't created by AccessibleParaManager.