diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-02-07 21:40:54 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-02-08 09:32:50 +0100 |
commit | bd824be5371d5e4d6e49b72ccf01897ba301c55e (patch) | |
tree | ab0d343f42b7772419ddbb05c7f8b6243961a426 /xmloff/inc | |
parent | d7115b60eb509e9e2040a24cc71b4d8d49a2fde2 (diff) |
xmloff: create XMLImpressExportOasis instances with an uno constructor
Change-Id: I58c689f5a1b034f64687031e24b82a3ac56e4bae
Reviewed-on: https://gerrit.libreoffice.org/67519
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/facreg.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/inc/facreg.hxx b/xmloff/inc/facreg.hxx index aa30d961c4d1..c48af506ca8a 100644 --- a/xmloff/inc/facreg.hxx +++ b/xmloff/inc/facreg.hxx @@ -56,11 +56,6 @@ css::uno::Reference<css::uno::XInterface> XMLImpressSettingsImportOasis_createIn css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); // impress oasis export -OUString XMLImpressExportOasis_getImplementationName() throw(); -css::uno::Sequence<OUString> XMLImpressExportOasis_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> XMLImpressExportOasis_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); OUString XMLImpressStylesExportOasis_getImplementationName() throw(); css::uno::Sequence<OUString> XMLImpressStylesExportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception |