summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 08:35:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 09:57:38 +0000
commit5a5731cd0587553f21b2cee2a99db9f527396406 (patch)
tree4c688d48943c0dd9582ca4631e04ef0da0d018b2 /include/comphelper
parentloplugin:expandablemethodds in include/vcl (diff)
downloadcore-5a5731cd0587553f21b2cee2a99db9f527396406.tar.gz
core-5a5731cd0587553f21b2cee2a99db9f527396406.zip
loplugin:expandablemethodds in include/basic..comphelper
Change-Id: I1aa9c12e8839325a9fd98530abc89a3d586ff62e Reviewed-on: https://gerrit.libreoffice.org/30120 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/accessiblecontexthelper.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/comphelper/accessiblecontexthelper.hxx b/include/comphelper/accessiblecontexthelper.hxx
index a7ad2c06a06f..44ca2824f041 100644
--- a/include/comphelper/accessiblecontexthelper.hxx
+++ b/include/comphelper/accessiblecontexthelper.hxx
@@ -233,8 +233,6 @@ namespace comphelper
implGetParentContext();
// access to the base class' broadcast helper/mutex
- ::cppu::OBroadcastHelper& GetBroadcastHelper() { return rBHelper; }
- const ::cppu::OBroadcastHelper& GetBroadcastHelper() const { return rBHelper; }
::osl::Mutex& GetMutex() { return m_aMutex; }
IMutex* getExternalLock( );
};