summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Balland <laurent.balland@mailo.fr>2024-11-24 17:02:23 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2024-11-27 11:14:58 +0100
commite1b8bf208afe3c41ac768f3205b3c94017b2bd98 (patch)
tree23b86a59b9ee8e4bfa279ecd19eb2b730624c193
parentb7e71559ceeb5fd2feae394cab8330d067706850 (diff)
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
-rw-r--r--toolkit/source/hatchwindow/ipwin.cxx2
1 files changed, 1 insertions, 1 deletions
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() )