summaryrefslogtreecommitdiff
path: root/dbaccess/source/ext/macromigration/progresscapture.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ext/macromigration/progresscapture.hxx')
-rw-r--r--dbaccess/source/ext/macromigration/progresscapture.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/ext/macromigration/progresscapture.hxx b/dbaccess/source/ext/macromigration/progresscapture.hxx
index e273e1a425b4..17cffd514eb0 100644
--- a/dbaccess/source/ext/macromigration/progresscapture.hxx
+++ b/dbaccess/source/ext/macromigration/progresscapture.hxx
@@ -45,11 +45,11 @@ namespace dbmm
void dispose();
// XStatusIndicator
- virtual void SAL_CALL start( const OUString& Text, ::sal_Int32 Range ) throw (css::uno::RuntimeException, std::exception) override;
- virtual void SAL_CALL end( ) throw (css::uno::RuntimeException, std::exception) override;
- virtual void SAL_CALL setText( const OUString& Text ) throw (css::uno::RuntimeException, std::exception) override;
- virtual void SAL_CALL setValue( ::sal_Int32 Value ) throw (css::uno::RuntimeException, std::exception) override;
- virtual void SAL_CALL reset( ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL start( const OUString& Text, ::sal_Int32 Range ) override;
+ virtual void SAL_CALL end( ) override;
+ virtual void SAL_CALL setText( const OUString& Text ) override;
+ virtual void SAL_CALL setValue( ::sal_Int32 Value ) override;
+ virtual void SAL_CALL reset( ) override;
protected:
virtual ~ProgressCapture() override;