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/source/ui/inc/asyncmodaldialog.hxx | |
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/source/ui/inc/asyncmodaldialog.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/asyncmodaldialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |