cui/source/options/optupdt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1c9ef56790a6abc8475fa817f5ea4d288480c76f Author: Heiko Tietze <[email protected]> AuthorDate: Thu Oct 17 16:26:26 2024 +0200 Commit: Xisco Fauli <[email protected]> CommitDate: Fri Oct 18 09:59:24 2024 +0200 Relates tdf#162979 - Fix typo Fixes patch 74e3f47723471f3ed4dc2dbffc95085bb04d9504 Change-Id: I3cd596f15c1d0ebc600b9b5f1bffa87b5225d0d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175091 Tested-by: Jenkins Reviewed-by: Vernon, Stuart Foote <[email protected]> Reviewed-by: Heiko Tietze <[email protected]> (cherry picked from commit 608353f563fa1a692f118cf3e4aab649269b43a8) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175057 Reviewed-by: Xisco Fauli <[email protected]> diff --git a/cui/source/options/optupdt.cxx b/cui/source/options/optupdt.cxx index 71bd03a4e670..9b8a416dead3 100644 --- a/cui/source/options/optupdt.cxx +++ b/cui/source/options/optupdt.cxx @@ -201,7 +201,7 @@ static inline OUString WrapString(const OUString& aStr) sResult += sPos; if ((nPos > 50) && (sPos == ";")) { - sResult += "/n"; + sResult += " "; nPos = 0; } nPos++;
