tdf#39468 translate German comments in ipwin.cxx
Change-Id: I6b3617f8b31c77b8538e468d80a8ef54702945f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177216 Reviewed-by: Simon Chenery <simon_chenery@yahoo.com> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> Tested-by: Jenkins
This commit is contained in:
parent
b7e71559ce
commit
e1b8bf208a
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ void SvResizeHelper::ValidateRect( tools::Rectangle & rValidate ) const
|
|||
break;
|
||||
}
|
||||
|
||||
// Mindestgr"osse 5 x 5
|
||||
// Minimum size 5 x 5
|
||||
if( rValidate.Left() + 5 > rValidate.Right() )
|
||||
rValidate.SetRight( rValidate.Left() + 5 );
|
||||
if( rValidate.Top() + 5 > rValidate.Bottom() )
|
||||
|
|
Loading…
Reference in a new issue