summaryrefslogtreecommitdiff
path: root/include
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
parent07f5d9839fc28343447b2879a3ccf138bd025544 (diff)
Normalize on using @throws instead of @raise[s]
...as the former is used almost exclusively Change-Id: I38ff11cd0d5125534550df99dd427666011c3b7b
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/officeresourcebundle.hxx2
-rw-r--r--include/connectivity/dbexception.hxx2
-rw-r--r--include/svx/AccessibleShape.hxx2
-rw-r--r--include/svx/ChildrenManager.hxx2
-rw-r--r--include/svx/IAccessibleParent.hxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/include/comphelper/officeresourcebundle.hxx b/include/comphelper/officeresourcebundle.hxx
index 679d850fd467..8f127d534a28 100644
--- a/include/comphelper/officeresourcebundle.hxx
+++ b/include/comphelper/officeresourcebundle.hxx
@@ -52,7 +52,7 @@ namespace comphelper
the component context to operate in
@param _bundleBaseName
the base name of the resource file which should be accessed (*without* the SUPD!)
- @raises css::lang::NullPointerException
+ @throws css::lang::NullPointerException
if the given component context is <NULL/>
*/
OfficeResourceBundle(
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 );
diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx
index af842a0dad75..8bafaec6b53f 100644
--- a/include/svx/AccessibleShape.hxx
+++ b/include/svx/AccessibleShape.hxx
@@ -216,7 +216,7 @@ public:
@return
Reference of the requested child which is the accessible object
of a visible shape.
- @raises IndexOutOfBoundsException
+ @throws IndexOutOfBoundsException
Throws an exception if the index is not valid.
*/
virtual css::uno::Reference<
diff --git a/include/svx/ChildrenManager.hxx b/include/svx/ChildrenManager.hxx
index 4e6aea5204e3..bb1cab720a80 100644
--- a/include/svx/ChildrenManager.hxx
+++ b/include/svx/ChildrenManager.hxx
@@ -118,7 +118,7 @@ public:
requested accessible child. This reference is empty if it has
not been possible to create the accessible object of the
corresponding shape.
- @raises
+ @throws
Throws an IndexOutOfBoundsException if the index is not valid.
*/
css::uno::Reference<
diff --git a/include/svx/IAccessibleParent.hxx b/include/svx/IAccessibleParent.hxx
index a5308f082761..26678ef4e890 100644
--- a/include/svx/IAccessibleParent.hxx
+++ b/include/svx/IAccessibleParent.hxx
@@ -71,7 +71,7 @@ public:
occurs that does not result in an exception then <FALSE/> is
returned.
- @raises RuntimeException
+ @throws RuntimeException
in case something went heavily wrong
*/
virtual bool ReplaceChild (