[Libreoffice-commits] core.git: framework/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 7 14:30:46 UTC 2020


 framework/source/loadenv/loadenv.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c64c4ad036bc7834423cf06ee3a5b1edb5cc5f6a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jan 6 19:58:34 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jan 7 15:30:14 2020 +0100

    Fix typo
    
    Change-Id: I0c62fbf27986f20388d6fb7f44f4e998657d791f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86301
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index 89c64e10a15c..2de5ebbfa7f2 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -559,9 +559,9 @@ LoadEnv::EContentType LoadEnv::classifyContent(const OUString&
     //      load request will fail.
 
     /* Attention: The following code can't work on such special URLs!
-                  It should not break the office .. but it makes no sense
+                  It should not break the office... but it makes no sense
                   to start expensive object creations and complex search
-                  algorithm if its clear, that such URLs must be handled
+                  algorithm if it's clear, that such URLs must be handled
                   in a special way .-)
     */
 


More information about the Libreoffice-commits mailing list