From d0bc637426060593046c8d3a4d01d0b05b052cc5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 6 Jun 2016 17:07:25 +0200 Subject: Normalize on using @throws instead of @raise[s] ...as the former is used almost exclusively Change-Id: I38ff11cd0d5125534550df99dd427666011c3b7b --- dbaccess/source/ui/inc/asyncmodaldialog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/inc/asyncmodaldialog.hxx') 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 @todo allow for a callback for the result -- cgit