diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-04-11 22:22:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-04-12 15:51:39 +0200 |
commit | b6a4b9264c098218a3f59a0e37504b33a7281e60 (patch) | |
tree | 95d61f5159f0a12c5b571db64264021d40e4df3a /vcl | |
parent | 8b431b80d19794c08570bf8c0a1d9190807e1972 (diff) |
fix typo @trhows
Change-Id: Ia57df88476b3dad0ed140d4f33a2cb813274376e
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk/a11y/atkutil.cxx | 14 |
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 ); |