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 /sw | |
parent | 8b431b80d19794c08570bf8c0a1d9190807e1972 (diff) |
fix typo @trhows
Change-Id: Ia57df88476b3dad0ed140d4f33a2cb813274376e
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/unoport.hxx | 4 |
1 files changed, 2 insertions, 2 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 ); |