summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-04-11 22:22:31 +0200
committerMichael Stahl <mstahl@redhat.com>2017-04-12 15:51:39 +0200
commitb6a4b9264c098218a3f59a0e37504b33a7281e60 (patch)
tree95d61f5159f0a12c5b571db64264021d40e4df3a /vcl/unx/gtk/a11y
parent8b431b80d19794c08570bf8c0a1d9190807e1972 (diff)
fix typo @trhows
Change-Id: Ia57df88476b3dad0ed140d4f33a2cb813274376e
Diffstat (limited to 'vcl/unx/gtk/a11y')
-rw-r--r--vcl/unx/gtk/a11y/atkutil.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/unx/gtk/a11y/atkutil.cxx b/vcl/unx/gtk/a11y/atkutil.cxx
index 0523311d4228..984f0531f702 100644
--- a/vcl/unx/gtk/a11y/atkutil.cxx
+++ b/vcl/unx/gtk/a11y/atkutil.cxx
@@ -133,20 +133,20 @@ class DocumentFocusListener :
std::set< uno::Reference< uno::XInterface > > m_aRefList;
public:
- /// @trhows lang::IndexOutOfBoundsException
+ /// @throws lang::IndexOutOfBoundsException
/// @throws uno::RuntimeException
void attachRecursive(
const uno::Reference< accessibility::XAccessible >& xAccessible
);
- /// @trhows lang::IndexOutOfBoundsException
+ /// @throws lang::IndexOutOfBoundsException
/// @throws uno::RuntimeException
void attachRecursive(
const uno::Reference< accessibility::XAccessible >& xAccessible,
const uno::Reference< accessibility::XAccessibleContext >& xContext
);
- /// @trhows lang::IndexOutOfBoundsException
+ /// @throws lang::IndexOutOfBoundsException
/// @throws uno::RuntimeException
void attachRecursive(
const uno::Reference< accessibility::XAccessible >& xAccessible,
@@ -154,20 +154,20 @@ public:
const uno::Reference< accessibility::XAccessibleStateSet >& xStateSet
);
- /// @trhows lang::IndexOutOfBoundsException
+ /// @throws lang::IndexOutOfBoundsException
/// @throws uno::RuntimeException
void detachRecursive(
const uno::Reference< accessibility::XAccessible >& xAccessible
);
- /// @trhows lang::IndexOutOfBoundsException
+ /// @throws lang::IndexOutOfBoundsException
/// @throws uno::RuntimeException
void detachRecursive(
const uno::Reference< accessibility::XAccessible >& xAccessible,
const uno::Reference< accessibility::XAccessibleContext >& xContext
);
- /// @trhows lang::IndexOutOfBoundsException
+ /// @throws lang::IndexOutOfBoundsException
/// @throws uno::RuntimeException
void detachRecursive(
const uno::Reference< accessibility::XAccessible >& xAccessible,
@@ -175,7 +175,7 @@ public:
const uno::Reference< accessibility::XAccessibleStateSet >& xStateSet
);
- /// @trhows lang::IndexOutOfBoundsException
+ /// @throws lang::IndexOutOfBoundsException
/// @throws uno::RuntimeException
static uno::Reference< accessibility::XAccessible > getAccessible(const lang::EventObject& aEvent );