diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-06-18 21:56:34 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-06-29 09:52:01 +0200 |
commit | ec35d2b0b9be787cbc0916d14b87c15d1d18943b (patch) | |
tree | 79a673165db7e64bc14235d83ddd0510d89c3b22 /svx | |
parent | 02119ce226ef7c1fcf419aa0933aa95381ee309b (diff) |
Fix typos
Change-Id: If6fafa1ef192411a9d59ef9a4ef4d7f522c67f66
Reviewed-on: https://gerrit.libreoffice.org/55964
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdedtv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdedtv.cxx b/svx/source/svdraw/svdedtv.cxx index 788f4a0eb660..5a3cd46dd117 100644 --- a/svx/source/svdraw/svdedtv.cxx +++ b/svx/source/svdraw/svdedtv.cxx @@ -577,7 +577,7 @@ void SdrEditView::CheckPossibilities() } } - // Must be resizeable to allow cropping + // Must be resizable to allow cropping if (!aInfo.bResizeFreeAllowed && !aInfo.bResizePropAllowed) bCropAllowed = false; |