diff options
-rw-r--r-- | sw/source/core/inc/unoport.hxx | 4 | ||||
-rw-r--r-- | vcl/unx/gtk/a11y/atkutil.cxx | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sw/source/core/inc/unoport.hxx b/sw/source/core/inc/unoport.hxx index 539d6b9a5e7e..ad16fbd3f5af 100644 --- a/sw/source/core/inc/unoport.hxx +++ b/sw/source/core/inc/unoport.hxx @@ -126,13 +126,13 @@ protected: /// @throws css::beans::PropertyVetoException /// @throws css::lang::IllegalArgumentException /// @throws css::lang::WrappedTargetException - /// @trhows css::uno::RuntimeException + /// @throws css::uno::RuntimeException void SAL_CALL SetPropertyValues_Impl( const css::uno::Sequence< OUString >& aPropertyNames, const css::uno::Sequence< css::uno::Any >& aValues ); /// @throws css::beans::UnknownPropertyException /// @throws css::lang::WrappedTargetException - /// @trhows css::uno::RuntimeException + /// @throws css::uno::RuntimeException css::uno::Sequence< css::uno::Any > SAL_CALL GetPropertyValues_Impl( const css::uno::Sequence< OUString >& aPropertyNames ); 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 ); |