diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-25 13:46:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-26 06:49:46 +0000 |
commit | 47317f041693db1a9d4618a1d9f7dcefe52b2904 (patch) | |
tree | 612afa75bf969dc70c7fce9accc17263c5aab5e8 /ucb/source/cacher/cachedcontentresultset.hxx | |
parent | fe1f1247fad782bdf43322532fdeb1ba9f03135a (diff) |
loplugin:expandablemethods in ucb..ucbhelper
Change-Id: I42d077d7ebcfb77447d011644f8d64e80eae69c2
Reviewed-on: https://gerrit.libreoffice.org/30266
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb/source/cacher/cachedcontentresultset.hxx')
-rw-r--r-- | ucb/source/cacher/cachedcontentresultset.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ucb/source/cacher/cachedcontentresultset.hxx b/ucb/source/cacher/cachedcontentresultset.hxx index 143fe0287e8d..12ff58132f73 100644 --- a/ucb/source/cacher/cachedcontentresultset.hxx +++ b/ucb/source/cacher/cachedcontentresultset.hxx @@ -211,9 +211,6 @@ public: virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw( css::uno::RuntimeException, std::exception ) override; - static OUString getImplementationName_Static(); - static css::uno::Sequence< OUString > getSupportedServiceNames_Static(); - // XPropertySet inherited |