[Libreoffice-commits] core.git: bean/com include/rtl include/vcl

Andrea Gelmini andrea.gelmini at gelma.net
Thu Dec 28 13:43:38 UTC 2017


 bean/com/sun/star/comp/beans/LocalOfficeConnection.java |    2 +-
 include/rtl/ustring.h                                   |    2 +-
 include/vcl/toolbox.hxx                                 |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 5877a3733c55d51f86edeb17c227fd89363154e4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Wed Dec 27 23:36:30 2017 +0100

    Fix typos
    
    Change-Id: I0a8579406a70d2f63d96969c766e2a43d830ed6f
    Reviewed-on: https://gerrit.libreoffice.org/47114
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
    Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
index 5f03fcaa795d..a77c30d3e533 100644
--- a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
+++ b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
@@ -69,7 +69,7 @@ public class LocalOfficeConnection
 
     static
     {
-        // preload shared libraries whichs import lips are linked to officebean
+        // preload shared libraries which import lips are linked to officebean
         if ( System.getProperty( "os.name" ).startsWith( "Windows" ) )
         {
             try
diff --git a/include/rtl/ustring.h b/include/rtl/ustring.h
index dfc099f93852..911cc033a721 100644
--- a/include/rtl/ustring.h
+++ b/include/rtl/ustring.h
@@ -161,7 +161,7 @@ SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_ustr_reverseCompare_WithLength(
 /** Compare two strings from back to front for equality.
 
     The comparison is based on the numeric value of each character in the
-    strings and returns 'true' if, ans only if, both strings are equal.
+    strings and returns 'true' if, and only if, both strings are equal.
     This function cannot be used for language-specific sorting.
 
     @param first
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx
index f49bcae6fd9a..8a98542f8ba4 100644
--- a/include/vcl/toolbox.hxx
+++ b/include/vcl/toolbox.hxx
@@ -56,8 +56,8 @@ namespace o3tl
     template<> struct typed_flags<ToolBoxMenuType> : is_typed_flags<ToolBoxMenuType, 0x0003> {};
 }
 
-// small, large, size32 force an exact toolbox size for proper alignemnt
-// dontcare will let the toolbox decide about its size
+// small, large, size32 force an exact toolbox size for proper alignment
+// DontCare will let the toolbox decide about its size
 enum class ToolBoxButtonSize
 {
     DontCare,


More information about the Libreoffice-commits mailing list