summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-04 20:20:54 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-05 10:44:41 +0200
commit9d787ac8ee3b336d620fbec2cd3cba16a1f2f30a (patch)
tree5d3640601c2a97cdf6522c5ff8bd282fa88698fb /svtools
parent007fd868e398f51363a24aa24c244cb8096e0579 (diff)
Fix typos
Change-Id: I66d48c809b263835016571772ce2ee529c16b8f4 Reviewed-on: https://gerrit.libreoffice.org/76960 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/tabbar.cxx2
-rw-r--r--svtools/source/control/valueacc.cxx4
-rw-r--r--svtools/source/misc/ehdl.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx
index 2562903c6244..469c626d31a2 100644
--- a/svtools/source/control/tabbar.cxx
+++ b/svtools/source/control/tabbar.cxx
@@ -2130,7 +2130,7 @@ void TabBar::EndEditMode(bool bCancel)
mbEditCanceled = true;
}
- // renaming not allowed, than reset edit data
+ // renaming not allowed, then reset edit data
if (!bEnd)
{
mpImpl->mpEdit->ResetPostEvent();
diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx
index 12a965280ece..45428bf26dd5 100644
--- a/svtools/source/control/valueacc.cxx
+++ b/svtools/source/control/valueacc.cxx
@@ -803,7 +803,7 @@ sal_Int32 SAL_CALL ValueItemAcc::getAccessibleIndexInParent()
for (sal_uInt16 i=0; i<nCount && !bDone; i++)
{
// Guard the retrieval of the i-th child with a try/catch block
- // just in case the number of children changes in the mean time.
+ // just in case the number of children changes in the meantime.
try
{
pItem = mpParent->mrParent.ImplGetItem(i);
@@ -1152,7 +1152,7 @@ sal_Int32 SAL_CALL SvtValueItemAcc::getAccessibleIndexInParent()
for (sal_uInt16 i=0; i<nCount && !bDone; i++)
{
// Guard the retrieval of the i-th child with a try/catch block
- // just in case the number of children changes in the mean time.
+ // just in case the number of children changes in the meantime.
try
{
pItem = mpParent->mrParent.ImplGetItem(i);
diff --git a/svtools/source/misc/ehdl.cxx b/svtools/source/misc/ehdl.cxx
index c9914a693ac1..c4b444f69a57 100644
--- a/svtools/source/misc/ehdl.cxx
+++ b/svtools/source/misc/ehdl.cxx
@@ -265,7 +265,7 @@ bool SfxErrorContext::GetString(ErrCode nErrId, OUString &rStr)
/* [Description]
- Constructs the description of a error context
+ Constructs the description of an error context
*/
{