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:
Laurent Balland 2024-11-24 17:02:23 +01:00 committed by Michael Stahl
parent b7e71559ce
commit e1b8bf208a

View file

@ -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() )