Kaydet (Commit) 5877a373 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Tamás Zolnai

Fix typos

Change-Id: I0a8579406a70d2f63d96969c766e2a43d830ed6f
Reviewed-on: https://gerrit.libreoffice.org/47114Reviewed-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
üst 23a83639
...@@ -69,7 +69,7 @@ public class LocalOfficeConnection ...@@ -69,7 +69,7 @@ public class LocalOfficeConnection
static 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" ) ) if ( System.getProperty( "os.name" ).startsWith( "Windows" ) )
{ {
try try
......
...@@ -161,7 +161,7 @@ SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_ustr_reverseCompare_WithLength( ...@@ -161,7 +161,7 @@ SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_ustr_reverseCompare_WithLength(
/** Compare two strings from back to front for equality. /** Compare two strings from back to front for equality.
The comparison is based on the numeric value of each character in the 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. This function cannot be used for language-specific sorting.
@param first @param first
......
...@@ -56,8 +56,8 @@ namespace o3tl ...@@ -56,8 +56,8 @@ namespace o3tl
template<> struct typed_flags<ToolBoxMenuType> : is_typed_flags<ToolBoxMenuType, 0x0003> {}; template<> struct typed_flags<ToolBoxMenuType> : is_typed_flags<ToolBoxMenuType, 0x0003> {};
} }
// small, large, size32 force an exact toolbox size for proper alignemnt // small, large, size32 force an exact toolbox size for proper alignment
// dontcare will let the toolbox decide about its size // DontCare will let the toolbox decide about its size
enum class ToolBoxButtonSize enum class ToolBoxButtonSize
{ {
DontCare, DontCare,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment