diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-06 17:07:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-06 17:07:35 +0200 |
commit | d0bc637426060593046c8d3a4d01d0b05b052cc5 (patch) | |
tree | 8acab09073f56b0eb04ed9e168f1f5f36428ea99 /dbaccess | |
parent | 07f5d9839fc28343447b2879a3ccf138bd025544 (diff) |
Normalize on using @throws instead of @raise[s]
...as the former is used almost exclusively
Change-Id: I38ff11cd0d5125534550df99dd427666011c3b7b
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/databasedocument.hxx | 6 | ||||
-rw-r--r-- | dbaccess/source/core/dataaccess/documentdefinition.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/asyncmodaldialog.hxx | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/core/dataaccess/databasedocument.hxx b/dbaccess/source/core/dataaccess/databasedocument.hxx index f9d4107a07ba..0b91ad84119b 100644 --- a/dbaccess/source/core/dataaccess/databasedocument.hxx +++ b/dbaccess/source/core/dataaccess/databasedocument.hxx @@ -488,7 +488,7 @@ private: determines if the ownership should be transferred to the component which possibly vetos the closing - @raises css::util::CloseVetoException + @throws css::util::CloseVetoException if the closing was vetoed by any instance */ void impl_closeControllerFrames_nolck_throw( bool _bDeliverOwnership ); @@ -506,9 +506,9 @@ private: /** retrieves the forms or reports contained, creates and initializes it, if necessary - @raises DisposedException + @throws DisposedException if the instance is already disposed - @raises IllegalArgumentException + @throws IllegalArgumentException if <arg>_eType</arg> is not ODatabaseModelImpl::E_FORM and not ODatabaseModelImpl::E_REPORT */ css::uno::Reference< css::container::XNameAccess > diff --git a/dbaccess/source/core/dataaccess/documentdefinition.hxx b/dbaccess/source/core/dataaccess/documentdefinition.hxx index 68d19a42de12..362bd1e6de16 100644 --- a/dbaccess/source/core/dataaccess/documentdefinition.hxx +++ b/dbaccess/source/core/dataaccess/documentdefinition.hxx @@ -204,7 +204,7 @@ private: static void impl_initFormEditView( const css::uno::Reference< css::frame::XController >& _rxController ); /** removes the given frame from the desktop's frame collection - @raises css::uno::RuntimeException + @throws css::uno::RuntimeException */ static void impl_removeFrameFromDesktop_throw( const css::uno::Reference< css::uno::XComponentContext >& _rContxt, diff --git a/dbaccess/source/ui/inc/asyncmodaldialog.hxx b/dbaccess/source/ui/inc/asyncmodaldialog.hxx index edbea22f2fd9..3b6d2517a154 100644 --- a/dbaccess/source/ui/inc/asyncmodaldialog.hxx +++ b/dbaccess/source/ui/inc/asyncmodaldialog.hxx @@ -33,7 +33,7 @@ namespace dbaui public: /** executes the given dialog asynchronously, but still modal - @raises IllegalArgumentException + @throws IllegalArgumentException if the given dialog is <NULL/> @todo allow for a callback for the result |