diff options
Diffstat (limited to 'framework/inc/dispatch/systemexec.hxx')
-rw-r--r-- | framework/inc/dispatch/systemexec.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/framework/inc/dispatch/systemexec.hxx b/framework/inc/dispatch/systemexec.hxx index fe87a90e35dd..143c284e2602 100644 --- a/framework/inc/dispatch/systemexec.hxx +++ b/framework/inc/dispatch/systemexec.hxx @@ -69,7 +69,11 @@ class SystemExec : public ::cppu::WeakImplHelper< virtual ~SystemExec( ) override; // XInterface, XTypeProvider, XServiceInfo - DECLARE_XSERVICEINFO + DECLARE_XSERVICEINFO_NOFACTORY + /* Helper for registry */ + /// @throws css::uno::Exception + static css::uno::Reference< css::uno::XInterface > SAL_CALL impl_createInstance ( const css::uno::Reference< css::lang::XMultiServiceFactory >& xServiceManager ) throw( css::uno::Exception ); + static css::uno::Reference< css::lang::XSingleServiceFactory > SAL_CALL impl_createFactory ( const css::uno::Reference< css::lang::XMultiServiceFactory >& xServiceManager ); // XDispatchProvider virtual css::uno::Reference< css::frame::XDispatch > SAL_CALL queryDispatch ( const css::util::URL& aURL , |