diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-10 15:23:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-10 15:58:05 +0100 |
commit | 65f620c99ae177efdf06993561ac019663ce74fd (patch) | |
tree | 22bdf6d9530fc774965dfec7749393f7f877cc9e /svx | |
parent | b7c89c53a0769236c67f8802f63eab6e5b94560b (diff) |
Typo: execption -> exception
Change-Id: Ib57e0cc39c27595490e29dec46cc6d33067c34b5
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index f31748b164fb..031be92c62f0 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -1875,7 +1875,7 @@ void SAL_CALL SvxShape::setPropertyValues( const ::com::sun::star::uno::Sequence const uno::Any* pValues = aValues.getConstArray(); // make sure mbIsMultiPropertyCall and mpImpl->mpItemSet are - // reseted even when an execption is thrown + // reseted even when an exception is thrown const ::comphelper::ScopeGuard aGuard( boost::bind( &SvxShape::endSetPropertyValues, this ) ); mbIsMultiPropertyCall = true; |