diff options
Diffstat (limited to 'xmloff/inc')
-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 aea6ca9a23e4..589210d9e8c8 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; } } } } -// drawing layer export -OUString XMLDrawingLayerExport_getImplementationName() throw(); -css::uno::Sequence<OUString> XMLDrawingLayerExport_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> XMLDrawingLayerExport_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); - // impress xml clipboard export OUString XMLImpressClipboardExport_getImplementationName() throw(); css::uno::Sequence<OUString> XMLImpressClipboardExport_getSupportedServiceNames() throw(); |