diff options
Diffstat (limited to 'xmloff/inc/facreg.hxx')
-rw-r--r-- | xmloff/inc/facreg.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/inc/facreg.hxx b/xmloff/inc/facreg.hxx index 589210d9e8c8..3b99c7b284d6 100644 --- a/xmloff/inc/facreg.hxx +++ b/xmloff/inc/facreg.hxx @@ -31,13 +31,6 @@ namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } } -// impress xml clipboard export -OUString XMLImpressClipboardExport_getImplementationName() throw(); -css::uno::Sequence<OUString> XMLImpressClipboardExport_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> XMLImpressClipboardExport_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); - // chart oasis import OUString SchXMLImport_getImplementationName() throw(); css::uno::Sequence<OUString> SchXMLImport_getSupportedServiceNames() throw(); |