summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-20 09:21:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-20 09:59:17 +0100
commit98f2bd667c45ad8d041673c99678e2f95a749b55 (patch)
tree4a91f1a6476d619cb398c6c1bce39f197a545ce7 /accessibility
parent1d69cf32a73c0720882731ebf3eb5d2f07fce246 (diff)
loplugin:unusedmethods
Remove a filtering step in the python script that was hiding some results Change-Id: Id94268f150902405ab197c077f18aaedf98845fc Reviewed-on: https://gerrit.libreoffice.org/83256 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/inc/extended/AccessibleBrowseBoxTableCell.hxx2
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx9
2 files changed, 0 insertions, 11 deletions
diff --git a/accessibility/inc/extended/AccessibleBrowseBoxTableCell.hxx b/accessibility/inc/extended/AccessibleBrowseBoxTableCell.hxx
index 40acc768917c..3700a3d8c5ce 100644
--- a/accessibility/inc/extended/AccessibleBrowseBoxTableCell.hxx
+++ b/accessibility/inc/extended/AccessibleBrowseBoxTableCell.hxx
@@ -51,8 +51,6 @@ namespace accessibility
sal_uInt16 _nColId,
sal_Int32 _nOffset );
- void nameChanged( const OUString& rNewName, const OUString& rOldName );
-
// XInterface -------------------------------------------------------------
/** Queries for a new interface. */
diff --git a/accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx b/accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx
index 7cf7d5edc747..c09639850b84 100644
--- a/accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx
+++ b/accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx
@@ -84,15 +84,6 @@ namespace accessibility
xComponent->addEventListener(static_cast< XEventListener *> (this));
}
- void AccessibleBrowseBoxTableCell::nameChanged( const OUString& rNewName, const OUString& rOldName )
- {
- implSetName( rNewName );
- Any aOldValue, aNewValue;
- aOldValue <<= rOldName;
- aNewValue <<= rNewName;
- commitEvent( AccessibleEventId::NAME_CHANGED, aNewValue, aOldValue );
- }
-
// XInterface -------------------------------------------------------------
/** Queries for a new interface. */