Fix typos

Change-Id: I0a8579406a70d2f63d96969c766e2a43d830ed6f
Reviewed-on: https://gerrit.libreoffice.org/47114
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
This commit is contained in:
Andrea Gelmini 2017-12-27 23:36:30 +01:00 committed by Tamás Zolnai
parent 23a83639f5
commit 5877a3733c
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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,