vcl/source/app/salvtables.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cbe00c2eea06bc59c4bf3b36fbb5f2d1d2d87ef4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 21 21:02:34 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jun 21 23:36:48 2022 +0200

    Fix typo
    
    Change-Id: I116e7fe8ecc5d9440e537613a55b880512a1706d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136260
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 0cca56bcf5b9..6cd499a1dcc7 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -114,7 +114,7 @@ void SalFrame::SetRepresentedURL(const OUString&)
 OUString SalFrame::DumpSetPosSize(tools::Long nX, tools::Long nY, tools::Long 
nWidth,
                                   tools::Long nHeight, sal_uInt16 nFlags)
 {
-    // assuming the 4 integers normally don't have more then 4 digits, but 
might be negative
+    // assuming the 4 integers normally don't have more than 4 digits, but 
might be negative
     OUStringBuffer aBuffer(4 * 5 + 5);
     if (nFlags & SAL_FRAME_POSSIZE_WIDTH)
         aBuffer << nWidth << "x";

Reply via email to