summaryrefslogtreecommitdiff
path: root/svx
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 /svx
parent07f5d9839fc28343447b2879a3ccf138bd025544 (diff)
Normalize on using @throws instead of @raise[s]
...as the former is used almost exclusively Change-Id: I38ff11cd0d5125534550df99dd427666011c3b7b
Diffstat (limited to 'svx')
-rw-r--r--svx/source/accessibility/ChildrenManagerImpl.hxx2
-rw-r--r--svx/source/inc/GraphCtlAccessibleContext.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx
index 1983e9faffdd..e284ca60f141 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -131,7 +131,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<css::accessibility::XAccessible>
diff --git a/svx/source/inc/GraphCtlAccessibleContext.hxx b/svx/source/inc/GraphCtlAccessibleContext.hxx
index bb9027b854e1..b7f7040e16e8 100644
--- a/svx/source/inc/GraphCtlAccessibleContext.hxx
+++ b/svx/source/inc/GraphCtlAccessibleContext.hxx
@@ -176,7 +176,7 @@ protected:
@return
The returned rectangle is a bounding box of the object given in
absolute screen coordinates.
- @raise DisposedException
+ @throws DisposedException
When the object is already disposed then a
<type>DisposedException</type> is thrown.
*/