summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLAutoTextEventImport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLAutoTextEventImport.hxx')
-rw-r--r--xmloff/source/text/XMLAutoTextEventImport.hxx24
1 files changed, 1 insertions, 23 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventImport.hxx b/xmloff/source/text/XMLAutoTextEventImport.hxx
index 79be6557c02d..0d7b4d4787fb 100644
--- a/xmloff/source/text/XMLAutoTextEventImport.hxx
+++ b/xmloff/source/text/XMLAutoTextEventImport.hxx
@@ -26,14 +26,11 @@
namespace com { namespace sun { namespace star {
namespace frame { class XModel; }
- namespace lang { class XMultiServiceFactory; }
namespace text { class XAutoTextContainer; }
namespace text { class XAutoTextGroup; }
namespace text { class XAutoTextEntry; }
namespace uno { template<class X> class Reference; }
namespace uno { template<class X> class Sequence; }
- namespace uno { class XInterface; }
- namespace uno { class Exception; }
namespace xml { namespace sax { class XDocumentHandler; } }
} } }
@@ -51,10 +48,7 @@ public:
// XInitialization
virtual void SAL_CALL initialize(
- const css::uno::Sequence<css::uno::Any> & rArguments )
- throw(
- css::uno::Exception,
- css::uno::RuntimeException, std::exception) override;
+ const css::uno::Sequence<css::uno::Any> & rArguments ) override;
protected:
@@ -65,22 +59,6 @@ protected:
};
-
-// global functions to support the component
-
-css::uno::Sequence< OUString > SAL_CALL
- XMLAutoTextEventImport_getSupportedServiceNames()
- throw();
-
-OUString SAL_CALL XMLAutoTextEventImport_getImplementationName()
- throw();
-
-/// @throws css::uno::Exception
-css::uno::Reference< css::uno::XInterface > SAL_CALL
- XMLAutoTextEventImport_createInstance(
- const css::uno::Reference< css::lang::XMultiServiceFactory > & )
- throw( css::uno::Exception );
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */