summaryrefslogtreecommitdiff
path: root/include/connectivity/dbexception.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-06 17:07:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-06 17:07:35 +0200
commitd0bc637426060593046c8d3a4d01d0b05b052cc5 (patch)
tree8acab09073f56b0eb04ed9e168f1f5f36428ea99 /include/connectivity/dbexception.hxx
parent07f5d9839fc28343447b2879a3ccf138bd025544 (diff)
Normalize on using @throws instead of @raise[s]
...as the former is used almost exclusively Change-Id: I38ff11cd0d5125534550df99dd427666011c3b7b
Diffstat (limited to 'include/connectivity/dbexception.hxx')
-rw-r--r--include/connectivity/dbexception.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/dbexception.hxx b/include/connectivity/dbexception.hxx
index 3a1ba7132fb3..9de0e93ea475 100644
--- a/include/connectivity/dbexception.hxx
+++ b/include/connectivity/dbexception.hxx
@@ -208,7 +208,7 @@ public:
@param _eState
describes the state whose description is to retrieve. Must not be SQL_ERROR_UNSPECIFIED.
- @raises RuntimeException
+ @throws RuntimeException
in case of an internal error
*/
OOO_DLLPUBLIC_DBTOOLS OUString getStandardSQLState( StandardSQLState _eState );