summaryrefslogtreecommitdiff
path: root/include/comphelper/containermultiplexer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-02 10:57:52 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-02 12:14:51 +0000
commit813f3436eaca46087e35912719a5cc198712714b (patch)
tree1bd2b7cb7a390c607a821d7ac371acdeecaa16b9 /include/comphelper/containermultiplexer.hxx
parent1a7e0cfd86c03607f9009aec40dbfa5d43de0c8e (diff)
loplugin:unusedmethods comphelper
Change-Id: I704a1e777505dbad83d81857f09601c2887fb6a1 Reviewed-on: https://gerrit.libreoffice.org/16682 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/comphelper/containermultiplexer.hxx')
-rw-r--r--include/comphelper/containermultiplexer.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/comphelper/containermultiplexer.hxx b/include/comphelper/containermultiplexer.hxx
index 97fff52d653f..6b2525ad4fce 100644
--- a/include/comphelper/containermultiplexer.hxx
+++ b/include/comphelper/containermultiplexer.hxx
@@ -101,8 +101,6 @@ namespace comphelper
/// dispose the object. No multiplexing anymore
void dispose();
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainer >&
- getContainer() const { return m_xContainer; }
};