summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bean/com/sun/star/comp/beans/LocalOfficeConnection.java2
-rw-r--r--include/rtl/ustring.h2
-rw-r--r--include/vcl/toolbox.hxx4
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<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,