summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlfilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/filter/xml/xmlfilter.hxx')
-rw-r--r--dbaccess/source/filter/xml/xmlfilter.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/source/filter/xml/xmlfilter.hxx b/dbaccess/source/filter/xml/xmlfilter.hxx
index 6567ab41da5e..133a61d33fa7 100644
--- a/dbaccess/source/filter/xml/xmlfilter.hxx
+++ b/dbaccess/source/filter/xml/xmlfilter.hxx
@@ -81,6 +81,7 @@ private:
Reference<XPropertySet> m_xDataSource;
bool m_bNewFormat;
+ /// @throws RuntimeException
bool implImport( const Sequence< PropertyValue >& rDescriptor ) throw (RuntimeException, std::exception);
/** fills the map with the Properties
@@ -108,9 +109,11 @@ public:
// XFilter
virtual sal_Bool SAL_CALL filter( const Sequence< PropertyValue >& rDescriptor ) throw(RuntimeException, std::exception) override;
+ /// @throws css::uno::RuntimeException
static OUString SAL_CALL getImplementationName_Static()
throw (css::uno::RuntimeException);
+ /// @throws css::uno::RuntimeException
static css::uno::Sequence<OUString> SAL_CALL
getSupportedServiceNames_Static() throw (css::uno::RuntimeException);