summaryrefslogtreecommitdiff
path: root/configmgr/source/configurationprovider.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-07-05 13:22:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-06 08:43:12 +0200
commit37b2c02bee606ee2238dc6b0c85f9d5da78a02ba (patch)
tree33fd17cee09b688231ab6025fa2be857193ce846 /configmgr/source/configurationprovider.hxx
parent508a596df1a75e27b199bfebb08ee66583e35d99 (diff)
configmgr: create instances with uno constructors
See tdf#74608 for motivation Change-Id: I8d1419a9f2c0eb4d488b3f60b357f12e8177d7b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98134 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'configmgr/source/configurationprovider.hxx')
-rw-r--r--configmgr/source/configurationprovider.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/configmgr/source/configurationprovider.hxx b/configmgr/source/configurationprovider.hxx
index 6f9696127374..ffd7f6133185 100644
--- a/configmgr/source/configurationprovider.hxx
+++ b/configmgr/source/configurationprovider.hxx
@@ -24,10 +24,8 @@
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
-#include <cppuhelper/factory.hxx>
namespace com::sun::star {
- namespace lang { class XSingleComponentFactory; }
namespace uno {
class XComponentContext;
class XInterface;
@@ -40,16 +38,6 @@ css::uno::Reference< css::uno::XInterface > createDefault(
css::uno::Reference< css::uno::XComponentContext >
const & context);
-OUString getImplementationName();
-
-css::uno::Sequence< OUString >
-getSupportedServiceNames();
-
-css::uno::Reference< css::lang::XSingleComponentFactory >
-createFactory(
- cppu::ComponentFactoryFunc, OUString const &,
- css::uno::Sequence< OUString > const &, rtl_ModuleCount *);
-
}
#endif