fix typo @trhows

Change-Id: Ia57df88476b3dad0ed140d4f33a2cb813274376e
diff --git a/sw/source/core/inc/unoport.hxx b/sw/source/core/inc/unoport.hxx
index 539d6b9..ad16fbd 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 0523311..984f053 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 );