summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLAutoTextEventExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLAutoTextEventExport.hxx')
-rw-r--r--xmloff/source/text/XMLAutoTextEventExport.hxx30
1 files changed, 0 insertions, 30 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventExport.hxx b/xmloff/source/text/XMLAutoTextEventExport.hxx
index 79d104da466b..ec8eadfdfb09 100644
--- a/xmloff/source/text/XMLAutoTextEventExport.hxx
+++ b/xmloff/source/text/XMLAutoTextEventExport.hxx
@@ -97,36 +97,6 @@ protected:
virtual void _ExportContent() SAL_OVERRIDE;
};
-
-
-// global functions to support the component
-
-::com::sun::star::uno::Sequence< OUString > SAL_CALL
- XMLAutoTextEventExport_getSupportedServiceNames()
- throw();
-
-OUString SAL_CALL XMLAutoTextEventExport_getImplementationName()
- throw();
-
-::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
- XMLAutoTextEventExportOOO_createInstance(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XMultiServiceFactory > & )
- throw( ::com::sun::star::uno::Exception );
-
-::com::sun::star::uno::Sequence< OUString > SAL_CALL
- XMLAutoTextEventExportOOO_getSupportedServiceNames()
- throw();
-
-OUString SAL_CALL XMLAutoTextEventExportOOO_getImplementationName()
- throw();
-
-::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
- XMLAutoTextEventExportOOO_createInstance(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XMultiServiceFactory > & )
- throw( ::com::sun::star::uno::Exception );
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */