loplugin:unreffun

Change-Id: Ie32180d2ecbf7d99dde230e15f09ca3d6965483f
This commit is contained in:
Stephan Bergmann
2015-02-23 13:50:53 +01:00
parent 3b513aefa4
commit c4bd29e56b

View File

@@ -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)