diff options
Diffstat (limited to 'include/ucbhelper/resultset.hxx')
-rw-r--r-- | include/ucbhelper/resultset.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx index e2f9945d9055..d7f831fa7b92 100644 --- a/include/ucbhelper/resultset.hxx +++ b/include/ucbhelper/resultset.hxx @@ -125,9 +125,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(); - // XComponent virtual void SAL_CALL dispose() |