toolkit/source/hatchwindow/ipwin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e1b8bf208afe3c41ac768f3205b3c94017b2bd98 Author: Laurent Balland <laurent.ball...@mailo.fr> AuthorDate: Sun Nov 24 17:02:23 2024 +0100 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Wed Nov 27 11:14:58 2024 +0100 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_chen...@yahoo.com> Reviewed-by: Michael Stahl <michael.st...@allotropia.de> Tested-by: Jenkins diff --git a/toolkit/source/hatchwindow/ipwin.cxx b/toolkit/source/hatchwindow/ipwin.cxx index 52d3668b7ffb..3315cd910089 100644 --- a/toolkit/source/hatchwindow/ipwin.cxx +++ b/toolkit/source/hatchwindow/ipwin.cxx @@ -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() )