From 269bf161e6904f33dda21e319982bfb119f24592 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 14 Jul 2015 15:55:09 +0200 Subject: loplugin:unusedmethods framework Change-Id: Ibfeb0ef753a083f458c84f446f0729f05c73e2d6 Reviewed-on: https://gerrit.libreoffice.org/17060 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/framework/titlehelper.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/framework/titlehelper.hxx') diff --git a/include/framework/titlehelper.hxx b/include/framework/titlehelper.hxx index 441116302eb5..817c8ecb5ab0 100644 --- a/include/framework/titlehelper.hxx +++ b/include/framework/titlehelper.hxx @@ -158,7 +158,6 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex void impl_appendComponentTitle ( OUStringBuffer& sTitle , const css::uno::Reference< css::uno::XInterface >& xComponent); void impl_appendProductName (OUStringBuffer& sTitle); - void impl_appendProductExtension (OUStringBuffer& sTitle); void impl_appendModuleName (OUStringBuffer& sTitle); void impl_appendDebugVersion (OUStringBuffer& sTitle); -- cgit