diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-06-05 22:50:14 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-06 09:05:57 +0200 |
commit | e4be4c2641c0072af25cf1a2b2abc3b1cffa1078 (patch) | |
tree | 20ddbd7d1820f11aa9de12841089c07ba7f8962f /xmloff/inc | |
parent | f9fd82ffa2ccb0e506f44586289ac8b3e1001b38 (diff) |
xmloff: create XMLDrawMetaImportOasis instances with an uno constructor
Change-Id: I6793d227fd5e7f358904083f37ccae825f733fd4
Reviewed-on: https://gerrit.libreoffice.org/73570
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 d59e5d463e65..cd73d5ab96e3 100644 --- a/xmloff/inc/facreg.hxx +++ b/xmloff/inc/facreg.hxx @@ -83,11 +83,6 @@ css::uno::Reference<css::uno::XInterface> XMLImpressSettingsExportOOO_createInst css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); // draw oasis import -OUString XMLDrawMetaImportOasis_getImplementationName() throw(); -css::uno::Sequence<OUString> XMLDrawMetaImportOasis_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> XMLDrawMetaImportOasis_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); OUString XMLDrawSettingsImportOasis_getImplementationName() throw(); css::uno::Sequence<OUString> XMLDrawSettingsImportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception |