summaryrefslogtreecommitdiff
path: root/include/vbahelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-20 21:02:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-21 08:31:20 +0200
commit363a25338e96f44ec01a7972bf46de884975ca06 (patch)
treeb69d6f8e6ed72d546abe0de9efd729951f5d9233 /include/vbahelper
parent751f4d4428339b508abb5ee3c1804e63f0cfd593 (diff)
loplugin:unusedmethods
Change-Id: I3520c2e97bb5b1611dcce77ca9f8393b29e75a1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99110 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vbahelper')
-rw-r--r--include/vbahelper/helperdecl.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vbahelper/helperdecl.hxx b/include/vbahelper/helperdecl.hxx
index 6ab78f1df0cf..4d46d4ea1a4a 100644
--- a/include/vbahelper/helperdecl.hxx
+++ b/include/vbahelper/helperdecl.hxx
@@ -31,15 +31,6 @@ struct vba_service_class_ : public serviceimpl_base< detail::OwnServiceImpl<Impl
component context as single argument.
*/
vba_service_class_() : baseT() {}
- template <typename PostProcessFuncT>
- /** Ctor to pass a post processing function/functor.
-
- @tpl PostProcessDefaultT let your compiler deduce this
- @param postProcessFunc function/functor that gets the yet unacquired
- ImplT_ pointer returning a
- uno::Reference<uno::XInterface>
- */
- explicit vba_service_class_( PostProcessFuncT const& postProcessFunc ) : baseT( postProcessFunc ) {}
};
} // namespace comphelper::service_decl