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 c97d278dc953..25091efca08e 100644 --- a/xmloff/inc/facreg.hxx +++ b/xmloff/inc/facreg.hxx @@ -31,13 +31,6 @@ namespace com::sun::star { namespace uno { class XInterface; } } -// chart OOo export -OUString SchXMLExport_Content_getImplementationName() throw(); -css::uno::Sequence<OUString> SchXMLExport_Content_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> SchXMLExport_Content_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); - // meta export OOo OUString XMLMetaExportOOO_getImplementationName() throw(); css::uno::Sequence<OUString> XMLMetaExportOOO_getSupportedServiceNames() throw(); |