summaryrefslogtreecommitdiffstats
path: root/unotools/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 15:28:34 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 12:57:18 +0000
commitf7eb8ae9d9cce3e493105da98cc4ace9c56a3062 (patch)
tree8ed42a0937013d927bbbb75afa62caa9866c15a6 /unotools/source
parentTeach loplugin:redundantcast about C-style casts in macro bodies (diff)
downloadcore-f7eb8ae9d9cce3e493105da98cc4ace9c56a3062.tar.gz
core-f7eb8ae9d9cce3e493105da98cc4ace9c56a3062.zip
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/source')
-rw-r--r--unotools/source/config/configitem.cxx2
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx4
2 files changed, 3 insertions, 3 deletions
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!");
}
}