diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 15:28:34 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 12:57:18 +0000 |
commit | f7eb8ae9d9cce3e493105da98cc4ace9c56a3062 (patch) | |
tree | 8ed42a0937013d927bbbb75afa62caa9866c15a6 /unotools | |
parent | 3c7652203cc381e5c8c06d42130ca3bae5576fd2 (diff) |
Fix typos
Change-Id: Ieea40e1b7282267157810f9f58ca083e68ae6715
Reviewed-on: https://gerrit.libreoffice.org/35659
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/qa/unit/testGetEnglishSearchName.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/configitem.cxx | 2 | ||||
-rw-r--r-- | unotools/source/ucbhelper/ucblockbytes.cxx | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/unotools/qa/unit/testGetEnglishSearchName.cxx b/unotools/qa/unit/testGetEnglishSearchName.cxx index 41dffa2548bc..6dd97f7c2b1f 100644 --- a/unotools/qa/unit/testGetEnglishSearchName.cxx +++ b/unotools/qa/unit/testGetEnglishSearchName.cxx @@ -31,7 +31,7 @@ void Test::testSingleElement() { // lowercase OUString test1 = GetEnglishSearchFontName( "SYMBOL" ); CPPUNIT_ASSERT_EQUAL( OUString("symbol"),test1); - //trailingWhitespaces + //trailing whitespaces test1 = GetEnglishSearchFontName( "Symbol " ); CPPUNIT_ASSERT_EQUAL(OUString("symbol"),test1); //no longer remove script suffixes diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx index 1de221b4fa19..37da09c8e1de 100644 --- a/unotools/source/config/configitem.cxx +++ b/unotools/source/config/configitem.cxx @@ -353,7 +353,7 @@ Sequence< sal_Bool > ConfigItem::GetReadOnlyStates(const css::uno::Sequence< OUS (void)::utl::splitLastFromConfigurationPath(sName,sPath,sProperty); if (sPath.isEmpty() && sProperty.isEmpty()) { - OSL_FAIL("ConfigItem::IsReadonly()\nsplitt failed\n"); + OSL_FAIL("ConfigItem::IsReadonly()\nsplit failed\n"); continue; } diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx index cc387a9d79b4..d6374482e625 100644 --- a/unotools/source/ucbhelper/ucblockbytes.cxx +++ b/unotools/source/ucbhelper/ucblockbytes.cxx @@ -561,7 +561,7 @@ void Moderator::handle( const Reference<XInteractionRequest >& Request ) } } - // resignal the exitcondition + // resignal the exit condition setReply(EXIT); break; } @@ -1239,7 +1239,7 @@ ErrCode UcbLockBytes::SetSize (sal_uInt64 const nNewSize) nSize = 0; } else { - SAL_INFO("unotools.ucbhelper", "Not truncatable!"); + SAL_INFO("unotools.ucbhelper", "Not truncable!"); } } |