diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-22 14:32:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-23 04:46:35 +0000 |
commit | 46d3163f779a43cc7c023a6e8141f990e5d23292 (patch) | |
tree | 99c87b90b69f3c59edb91206b364a4e5c9b1c640 /accessibility | |
parent | c2a20af2c12bf75e7378a3a9dbc50a4dddabdebc (diff) |
loplugin:unusedmethods
Change-Id: Ife4c8d948ffa116f044d43903de9485e43cfcae5
Reviewed-on: https://gerrit.libreoffice.org/32336
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/inc/extended/AccessibleBrowseBoxBase.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/accessibility/inc/extended/AccessibleBrowseBoxBase.hxx b/accessibility/inc/extended/AccessibleBrowseBoxBase.hxx index a3f0575b3f32..32bc20761917 100644 --- a/accessibility/inc/extended/AccessibleBrowseBoxBase.hxx +++ b/accessibility/inc/extended/AccessibleBrowseBoxBase.hxx @@ -283,9 +283,6 @@ protected: // internal helper methods - /** @return The osl::Mutex member provided by the class BaseMutex. */ - inline ::osl::Mutex& getOslMutex(); - /** Changes the name of the object (flat assignment, no notify). @attention This method requires a locked mutex. */ inline void implSetName( const OUString& rName ); |