[Libreoffice-commits] core.git: config_host/config_poppler.h.in sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Dec 19 09:46:31 UTC 2019
config_host/config_poppler.h.in | 2 +-
sw/source/core/edit/edundo.cxx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit fe17fd7b0fe2bb4a0db44fb46297ecafb2886366
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 10:42:48 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 19 10:45:45 2019 +0100
Fix typo
Change-Id: I5a0f79d4000c823a1fe05cafcb7cbc064b04169e
Reviewed-on: https://gerrit.libreoffice.org/85500
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/config_host/config_poppler.h.in b/config_host/config_poppler.h.in
index 934aec114d07..4b0596eb34e4 100644
--- a/config_host/config_poppler.h.in
+++ b/config_host/config_poppler.h.in
@@ -1,5 +1,5 @@
/*
-Settings for poppler header file dection
+Settings for poppler header file detection
*/
#ifndef CONFIG_POPPLER_H
diff --git a/sw/source/core/edit/edundo.cxx b/sw/source/core/edit/edundo.cxx
index 5c1e661e88f4..6a093a3429b5 100644
--- a/sw/source/core/edit/edundo.cxx
+++ b/sw/source/core/edit/edundo.cxx
@@ -120,7 +120,7 @@ void SwEditShell::Undo(sal_uInt16 const nCount)
|| SwUndoId::SETDEFTATTR == nLastUndoId );
Push();
- // Destroy stored TableBoxPtr. A dection is only permitted for the new "Box"!
+ // Destroy stored TableBoxPtr. A detection is only permitted for the new "Box"!
ClearTableBoxContent();
const RedlineFlags eOld = GetDoc()->getIDocumentRedlineAccess().GetRedlineFlags();
@@ -173,7 +173,7 @@ void SwEditShell::Redo(sal_uInt16 const nCount)
const bool bRestoreCursor = nCount == 1 && SwUndoId::SETDEFTATTR == nFirstRedoId;
Push();
- // Destroy stored TableBoxPtr. A dection is only permitted for the new "Box"!
+ // Destroy stored TableBoxPtr. A detection is only permitted for the new "Box"!
ClearTableBoxContent();
RedlineFlags eOld = GetDoc()->getIDocumentRedlineAccess().GetRedlineFlags();
More information about the Libreoffice-commits
mailing list