diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-04-24 21:12:32 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-25 09:04:43 +0200 |
commit | 5537c283a766337ee7b128d6f7fab5dd56937489 (patch) | |
tree | e80695367a713dd130a8530d527aa33e5e1c8863 /xmloff/inc | |
parent | fad98c8641342a77241124dd98e0cb781daef4ad (diff) |
xmloff: create XMLImpressMetaExportOasis instances with an uno constructor
Change-Id: I350c2c96cd178878ae687dd5214fcabfcf7675e7
Reviewed-on: https://gerrit.libreoffice.org/71254
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 60c49bfb3c75..5acd7cbc23ed 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 XMLImpressMetaExportOasis_getImplementationName() throw(); -css::uno::Sequence<OUString> XMLImpressMetaExportOasis_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> XMLImpressMetaExportOasis_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); OUString XMLImpressSettingsExportOasis_getImplementationName() throw(); css::uno::Sequence<OUString> XMLImpressSettingsExportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception |