summaryrefslogtreecommitdiff
path: root/shell/source/backends/macbe/macbackend.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/macbe/macbackend.hxx')
-rw-r--r--shell/source/backends/macbe/macbackend.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/shell/source/backends/macbe/macbackend.hxx b/shell/source/backends/macbe/macbackend.hxx
index b1bd910c21aa..9a19a3002120 100644
--- a/shell/source/backends/macbe/macbackend.hxx
+++ b/shell/source/backends/macbe/macbackend.hxx
@@ -36,8 +36,6 @@ class MacOSXBackend : public ::cppu::WeakImplHelper <css::beans::XPropertySet, l
public:
- static MacOSXBackend* createInstance();
-
// XServiceInfo
virtual OUString SAL_CALL getImplementationName() override;
@@ -45,20 +43,6 @@ public:
virtual uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
- /**
- Provides the implementation name.
-
- @return implementation name
- */
- static OUString getBackendName();
-
- /**
- Provides the supported services names
-
- @return service names
- */
- static uno::Sequence<OUString> getBackendServiceNames();
-
// XPropertySet
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL
getPropertySetInfo() override
@@ -90,8 +74,6 @@ public:
css::uno::Reference< css::beans::XVetoableChangeListener > const &) override
{}
-protected:
-
/**
Service constructor from a service factory.