sc/source/ui/view/output2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit df62f6f32c1b4b3377e54cd0d2236b992c5398ce
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 2 15:09:34 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Nov 2 22:47:16 2022 +0100

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

diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx
index dc4ed9a86435..07f9f750ffe0 100644
--- a/sc/source/ui/view/output2.cxx
+++ b/sc/source/ui/view/output2.cxx
@@ -4730,7 +4730,7 @@ void ScOutputData::DrawRotated(bool bPixelToLogic)
 
                                     // tdf#143377 new strategy: instead of 
using zero for nSin, which
                                     // would be the *correct* value, continue 
with the corrected maximum
-                                    // allowed value which is then *not* zero. 
This is silmilar to
+                                    // allowed value which is then *not* zero. 
This is similar to
                                     // the behaviour before where (just due to 
numerical unprecisions)
                                     // nSin was also not zero (pure 
coincidence), but very close to it.
                                     // I checked and tried to make safe all 
places below that use

Reply via email to