vcl/qt5/QtGraphics_Controls.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 70b0c2d84bf5b3b2e94c8da18845c4210a87b7a8 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Feb 10 12:40:41 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Feb 10 13:19:21 2023 +0000 Fix typo Change-Id: I14c04884eab36560c96dbc59b809a5871d87b75f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146750 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/qt5/QtGraphics_Controls.cxx b/vcl/qt5/QtGraphics_Controls.cxx index f2e48f655149..0c5b85d28a11 100644 --- a/vcl/qt5/QtGraphics_Controls.cxx +++ b/vcl/qt5/QtGraphics_Controls.cxx @@ -762,7 +762,7 @@ bool QtGraphics_Controls::getNativeControlRegion(ControlType type, ControlPart p int nBottom = qMax(nLine, upscale(fo.rect.bottom() - aSubRect.bottom(), Round::Ceil)); boundingRect.adjust(nLeft, nTop, nRight, nBottom); - // tdf#150451: ensure a minimium size that fits text content + frame at top and bottom. + // tdf#150451: ensure a minimum size that fits text content + frame at top and bottom. // Themes may use the widget type for determining the actual frame width to use, // so pass a dummy QLineEdit //