diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-04-03 12:32:59 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-04-03 14:26:51 +0200 |
commit | 2e6c853b8ecf42f829ec039336bdd7b8574ace2c (patch) | |
tree | 6e0365b85b73e8f81583f9faf41345749b94986d /svx | |
parent | dd7e03fe7f1d913b8fad2ade6d3c04d02c0cf92c (diff) |
Fix typo
Change-Id: Ic6416560bf3d404a57acc66cd4f375fe9bfc9c6f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165743
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 0d5be8555330..95d6ba37304c 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -1681,7 +1681,7 @@ void SAL_CALL SvxShape::setPropertyValues( const css::uno::Sequence< OUString >& } catch (beans::UnknownPropertyException&) { - // ignore, various code likes to opportunisticly set properties on objects that don't support those properties + // ignore, various code likes to opportunistically set properties on objects that don't support those properties } catch (uno::Exception&) { |