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 82d5d3e73b59..2a98fb344721 100644 --- a/xmloff/inc/facreg.hxx +++ b/xmloff/inc/facreg.hxx @@ -31,13 +31,6 @@ namespace com::sun::star { namespace uno { class XInterface; } } -// writer autotext event import -OUString XMLAutoTextEventImport_getImplementationName() throw(); -css::uno::Sequence<OUString> XMLAutoTextEventImport_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> XMLAutoTextEventImport_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); - // writer autotext event export OOo OUString XMLAutoTextEventExportOOO_getImplementationName() throw(); css::uno::Sequence<OUString> XMLAutoTextEventExportOOO_getSupportedServiceNames() throw(); |