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