From 8310642c6c404ea501b8be5ae4d12860e1562ac9 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Tue, 30 Jan 2018 12:05:51 +0200 Subject: Typ-o negativ Fixed some typos and translated a couple of German words Change-Id: I24ae28dd537ba283a9480413659f85bd6711acad Reviewed-on: https://gerrit.libreoffice.org/48892 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- vcl/source/control/edit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/control') diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx index 4dd99139c2f5..644438d53bf6 100644 --- a/vcl/source/control/edit.cxx +++ b/vcl/source/control/edit.cxx @@ -1125,7 +1125,7 @@ void Edit::ImplShowCursor( bool bOnlyIfVisible ) { long nMaxNegX = (aOutSize.Width()-ImplGetExtraXOffset()) - GetTextWidth( aText ); mnXOffset -= aOutSize.Width() / 5; - if ( mnXOffset < nMaxNegX ) // both negativ... + if ( mnXOffset < nMaxNegX ) // both negative... mnXOffset = nMaxNegX; } } -- cgit