From 5877a3733c55d51f86edeb17c227fd89363154e4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 27 Dec 2017 23:36:30 +0100 Subject: [PATCH] Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0a8579406a70d2f63d96969c766e2a43d830ed6f Reviewed-on: https://gerrit.libreoffice.org/47114 Reviewed-by: Tamás Zolnai Tested-by: Tamás Zolnai --- 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(-) 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 : is_typed_flags {}; } -// 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,