[Libreoffice-commits] core.git: officecfg/registry pyuno/demo qadevOOo/tests sal/osl sal/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Aug 20 07:07:40 UTC 2019


 officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs |    2 +-
 pyuno/demo/ooextract.py                                       |    2 +-
 qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java        |    2 +-
 sal/osl/w32/file_url.cxx                                      |    2 +-
 sal/qa/OStringBuffer/rtl_OStringBuffer.cxx                    |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 65ae1e182de7ac46e2062dcef0f28a2c1f36b3d2
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 19 21:44:42 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Aug 20 09:06:45 2019 +0200

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

diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
index 917751492689..83c364838c0f 100644
--- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
@@ -930,7 +930,7 @@
         </info>
         <prop oor:name="Graphic" oor:type="xs:int" oor:nillable="false">
           <info>
-            <desc>Specifies whether the Image Object Bar or the Text Object Bar/Web is the visible toolbar when a image is selected.</desc>
+            <desc>Specifies whether the Image Object Bar or the Text Object Bar/Web is the visible toolbar when an image is selected.</desc>
           </info>
           <value>-1</value>
         </prop>
diff --git a/pyuno/demo/ooextract.py b/pyuno/demo/ooextract.py
index 8a364cd4ed62..d6cce94e80d5 100644
--- a/pyuno/demo/ooextract.py
+++ b/pyuno/demo/ooextract.py
@@ -117,7 +117,7 @@ def usage():
                   "by the same system path.\n"
                   "\n"+
                   "-c <connection-string> | --connection-string=<connection-string>\n" +
-                  "        The connection-string part of a uno url to where the\n" +
+                  "        The connection-string part of a UNO URL to where the\n" +
                   "        the script should connect to in order to do the conversion.\n" +
                   "        The strings defaults to socket,host=localhost,port=2002\n"
                   "--html \n"
diff --git a/qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java b/qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java
index d3dd3160e65e..5765c87d1770 100644
--- a/qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java
+++ b/qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java
@@ -119,7 +119,7 @@ public class AccessibleOutlineView extends TestCase {
         SOfficeFactory SOF = SOfficeFactory.getFactory(
                                 Param.getMSF());
 
-        log.println( "creating a impress document" );
+        log.println( "creating an impress document" );
         xImpressDoc = SOF.createImpressDoc(null);
         util.utils.waitForEventIdle(Param.getMSF());
 
diff --git a/sal/osl/w32/file_url.cxx b/sal/osl/w32/file_url.cxx
index bed0e734d7c3..e44a17a4d472 100644
--- a/sal/osl/w32/file_url.cxx
+++ b/sal/osl/w32/file_url.cxx
@@ -540,7 +540,7 @@ static bool osl_decodeURL_( rtl_String* strUTF8, rtl_uString** pstrDecodedURL )
     pSrc = rtl_string_getStr(strUTF8);
     pSrcEnd = pSrc + nSrcLen;
 
-    /* Now decode the URL what should result in an UTF8 string */
+    /* Now decode the URL what should result in a UTF-8 string */
     while ( bValidEncoded && pSrc < pSrcEnd )
     {
         switch ( *pSrc )
diff --git a/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx b/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx
index 6d6d2034d188..63841f6456ef 100644
--- a/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx
+++ b/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx
@@ -242,7 +242,7 @@ namespace rtl_OStringBuffer
 
             CPPUNIT_ASSERT_MESSAGE
             (
-                "two empty strings(with a argu)",
+                "two empty strings(with an argu)",
                 lastRes && ( aStrBuf2.getCapacity() == 0 ) &&
                         ( *(aStrBuf2.getStr()) == '\0' )
             );


More information about the Libreoffice-commits mailing list