diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-01 00:26:40 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-01 09:46:27 +0000 |
commit | d15163eceb2f97cfc87975acfcb7b0a6e0ea54fe (patch) | |
tree | 89a300b351285fdcab8e5636533a449087167891 /svx/source | |
parent | 8465e99a27168a2c0a62e84b819e9e133f47ddf8 (diff) |
Fix typos
Change-Id: Ideafa411b53fe4a5f2e6559be10c4cb82b58a256
Reviewed-on: https://gerrit.libreoffice.org/24543
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'svx/source')
-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 599c024a90af..8074c5393e19 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -237,7 +237,7 @@ SvxShape::~SvxShape() throw() delete mpImpl; mpImpl = nullptr; - EndListeningAll(); // call explictily within SolarMutexGuard + EndListeningAll(); // call explicitly within SolarMutexGuard } |