[Libreoffice-commits] core.git: ios/LibreOfficeLight xmloff/source

Andrea Gelmini andrea.gelmini at gelma.net
Thu Jan 11 17:01:41 UTC 2018


 ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift |    2 +-
 xmloff/source/text/XMLTextFrameContext.cxx                    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1346de3f07455f4f3d697c0fd4ffcfe3863039ce
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu Jan 11 16:49:29 2018 +0100

    Fix typos
    
    Change-Id: If655aaa59d42ab63335ced6d98b2c02d0ac4ff5b
    Reviewed-on: https://gerrit.libreoffice.org/47764
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift b/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift
index 34109fb88c62..c7573e63b8b3 100644
--- a/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift
+++ b/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift
@@ -101,7 +101,7 @@ public class LOKitThread
             do
             {
                 // this is trying to avoid null context errors which pop up on doc init
-                // doesnt seem to fix
+                // doesn't seem to fix
                 UIGraphicsBeginImageContext(CGSize(width:1,height:1))
                 let doc = try lo.documentLoad(url: url)
                 print("Opened document: \(url)")
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx
index f286d6468622..45d34f8fffae 100644
--- a/xmloff/source/text/XMLTextFrameContext.cxx
+++ b/xmloff/source/text/XMLTextFrameContext.cxx
@@ -1014,7 +1014,7 @@ XMLTextFrameContext_Impl::XMLTextFrameContext_Impl(
                     // use rotation around center and assume that this *was* a rotation around
                     // center. The check would compare the object's center with the RotCenter
                     // that can be extracted from the transformation in aFullTransform.
-                    // The definition contains implicitely the RotationCenter absolute
+                    // The definition contains implicitly the RotationCenter absolute
                     // to the scaled and translated object, so this may be used if needed (see
                     // _exportTextGraphic how the -trans/rot/trans is composed)
 


More information about the Libreoffice-commits mailing list