summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-07-24 21:26:11 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-25 09:21:20 +0200
commit3f471651049a318d7d8917855929e0535daf14b9 (patch)
tree01c9d58372b16feb38981f236270d9ff0c48beae /xmloff/inc
parent4840880148318dc384e28f9a8df9990b8690a4b6 (diff)
xmloff: create XMLImportStylesImportOasis instances with an uno constructor
See tdf#74608 for motivation. Change-Id: I7e56486339d5fd436d4dba723bac8bb9bbed170b Reviewed-on: https://gerrit.libreoffice.org/76275 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/facreg.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/inc/facreg.hxx b/xmloff/inc/facreg.hxx
index 8541b7842b17..7cb149cac9f1 100644
--- a/xmloff/inc/facreg.hxx
+++ b/xmloff/inc/facreg.hxx
@@ -33,13 +33,6 @@ namespace com { namespace sun { namespace star {
namespace uno { class XInterface; }
} } }
-// impress oasis import
-OUString XMLImpressStylesImportOasis_getImplementationName() throw();
-css::uno::Sequence<OUString> XMLImpressStylesImportOasis_getSupportedServiceNames() throw();
-/// @throws css::uno::Exception
-css::uno::Reference<css::uno::XInterface> XMLImpressStylesImportOasis_createInstance(
- css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr);
-
// impress OOo export
OUString XMLImpressExportOOO_getImplementationName() throw();
css::uno::Sequence<OUString> XMLImpressExportOOO_getSupportedServiceNames() throw();