diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-15 12:26:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-15 14:08:07 +0000 |
commit | 018e89337d18e5aa153faae5b3df41188d1c174c (patch) | |
tree | da48d5c39425ed43a04a376315bbf7f24621991d /include/editeng/unopracc.hxx | |
parent | 5a3653f87502e40cf00d8f1ed1c0ecf5a979e67d (diff) |
Improve loplugin:unnecessaryoverride
<sberg> thorsten, remember what that "TODO" in
SvxAccessibleTextPropertySet::getSupportedServiceNames was to be about exactly,
in a909acb7009acadffa53e74ea05ddb88803490f1 ?
<thorsten> sberg: that's a nonsense, prolly copy'n'pasted, or a 'please review
me'
<sberg> thorsten, OK, thanks (that override will eventually go away with
loplugin:unnecessaryoverride, and the TODO comment be lost)
Change-Id: Iba964c61768459aac4067bbd4e1f7d4f78f6adac
Reviewed-on: https://gerrit.libreoffice.org/27232
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/editeng/unopracc.hxx')
-rw-r--r-- | include/editeng/unopracc.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/unopracc.hxx b/include/editeng/unopracc.hxx index 0ab543bc2995..b1e8620e2c5c 100644 --- a/include/editeng/unopracc.hxx +++ b/include/editeng/unopracc.hxx @@ -49,7 +49,6 @@ public: // lang::XServiceInfo virtual OUString SAL_CALL getImplementationName() throw(css::uno::RuntimeException, std::exception) override; virtual sal_Bool SAL_CALL supportsService( const OUString& ) throw (css::uno::RuntimeException, std::exception) override; - virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw (css::uno::RuntimeException, std::exception) override; // lang::XTypeProvider virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() throw(css::uno::RuntimeException, std::exception) override; |