diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-01 10:42:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-01 10:51:01 +0200 |
commit | 1d857ca26f60449ef325acd0aac40c11dded128e (patch) | |
tree | db73aff6a9f8c74c7fa96078e3643b37bf51aefe /cppuhelper | |
parent | 5482ee62a51f213eed49becff0a07640c030df7e (diff) |
Fix typos
Change-Id: I3cd50e374c45bc1c400b24c8fffd6d8f5cd1de56
Reviewed-on: https://gerrit.libreoffice.org/38208
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/propshlp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx index 14a1cb45a077..b8bb9cd737ba 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -467,7 +467,7 @@ void OPropertySetHelper::setDependentFastPropertyValue( sal_Int32 i_handle, cons catch (const RuntimeException& ) { throw; /* allowed to leave */ } catch (const Exception& ) { - // not allowed to leave this meathod + // not allowed to leave this method WrappedTargetException aWrapped; aWrapped.TargetException = ::cppu::getCaughtException(); aWrapped.Context = static_cast< XPropertySet* >( this ); |