[Libreoffice-commits] core.git: slideshow/source svl/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 1 09:27:15 UTC 2020
slideshow/source/inc/shape.hxx | 2 +-
svl/source/notify/broadcast.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 67f5f45505458d0a22d14cf2c6f1e17bb2bd7932
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jul 1 11:22:20 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 1 11:26:39 2020 +0200
Fix typos
Change-Id: I4f1c0d90fcb7726ceadd72c9cb9f96a57cade67a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97602
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/slideshow/source/inc/shape.hxx b/slideshow/source/inc/shape.hxx
index 1638e87c08a7..3fcc516dda4b 100644
--- a/slideshow/source/inc/shape.hxx
+++ b/slideshow/source/inc/shape.hxx
@@ -214,7 +214,7 @@ namespace slideshow
virtual bool isForeground() const { return mbIsForeground; };
/**
- Set the flag that holds wheter the shape is
+ Set the flag that holds whether the shape is
in the foreground or not
@param bIsForeground
diff --git a/svl/source/notify/broadcast.cxx b/svl/source/notify/broadcast.cxx
index 586a09600ef3..6c75e0f464c1 100644
--- a/svl/source/notify/broadcast.cxx
+++ b/svl/source/notify/broadcast.cxx
@@ -47,7 +47,7 @@
static bool isDeletedPtr(SvtListener* p)
{
/** mark deleted entries by toggling the last bit,which is effectively unused, since the struct we point
- * to is at least 16-bit aligned. This allows the binary seach to continue working even when we have
+ * to is at least 16-bit aligned. This allows the binary search to continue working even when we have
* deleted entries */
#if SAL_TYPES_SIZEOFPOINTER == 4
return (reinterpret_cast<sal_uInt32>(p) & 0x01) == 0x01;
More information about the Libreoffice-commits
mailing list