[Libreoffice-commits] core.git: writerfilter/source

Stephan Bergmann sbergman at redhat.com
Mon Feb 23 04:51:20 PST 2015


 writerfilter/source/filter/WriterFilterDetection.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit c4bd29e56b4b72ff0538533889c7cbaf358f27ee
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Feb 23 13:50:53 2015 +0100

    loplugin:unreffun
    
    Change-Id: Ie32180d2ecbf7d99dde230e15f09ca3d6965483f

diff --git a/writerfilter/source/filter/WriterFilterDetection.cxx b/writerfilter/source/filter/WriterFilterDetection.cxx
index c38126b..f879997 100644
--- a/writerfilter/source/filter/WriterFilterDetection.cxx
+++ b/writerfilter/source/filter/WriterFilterDetection.cxx
@@ -51,8 +51,6 @@ public:
     virtual uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() throw (uno::RuntimeException, std::exception) SAL_OVERRIDE;
 };
 
-bool SAL_CALL WriterFilterDetection_supportsService(const OUString& ServiceName) throw (uno::RuntimeException);
-
 uno::Sequence<OUString> SAL_CALL WriterFilterDetection_getSupportedServiceNames() throw (uno::RuntimeException);
 
 WriterFilterDetection::WriterFilterDetection(const uno::Reference<uno::XComponentContext>& rxContext)


More information about the Libreoffice-commits mailing list