diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-18 22:44:02 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-09-18 22:06:21 +0000 |
commit | ac226443522c55ab75cab8eed354b999052135a7 (patch) | |
tree | 48801094ac0b40842a7856a9955a5c3a047ef7b6 /svx | |
parent | 494aa9ee5d01699c0dcbc912091de30a314c09fc (diff) |
Fix typos
Change-Id: I021589aeca9ef6bceb1c828c2197f5ff58f85b09
Reviewed-on: https://gerrit.libreoffice.org/18707
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdhdl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdhdl.cxx b/svx/source/svdraw/svdhdl.cxx index 6e1cdf81dbcb..fd6225a64b0b 100644 --- a/svx/source/svdraw/svdhdl.cxx +++ b/svx/source/svdraw/svdhdl.cxx @@ -790,7 +790,7 @@ sdr::overlay::OverlayObject* SdrHdl::CreateOverlayObject( // When the image with handles is not found, the bitmap returned is // empty. This is a problem when we use LibreOffice as a library // (through LOKit - for example on Android) even when we don't show - // the handles, beacuse the hit test would always return false. + // the handles, because the hit test would always return false. // // This HACK replaces the empty bitmap with a black 13x13 bitmap handle // so that the hit test works for this case. |