[Libreoffice-commits] core.git: dbaccess/source oox/source qadevOOo/tests

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 19 13:23:48 UTC 2021


 dbaccess/source/ui/dlg/dbwiz.cxx                            |    2 +-
 oox/source/shape/LockedCanvasContext.cxx                    |    2 +-
 qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 9239b11cee9f02cedcb0c240637e58cc8b795086
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 14 20:55:40 2021 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Aug 19 15:23:14 2021 +0200

    Fix typos
    
    Change-Id: I45243c6312545d51409574447e27f5320d4da79c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120493
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/dbaccess/source/ui/dlg/dbwiz.cxx b/dbaccess/source/ui/dlg/dbwiz.cxx
index 942584a9a739..6f90f3e499d6 100644
--- a/dbaccess/source/ui/dlg/dbwiz.cxx
+++ b/dbaccess/source/ui/dlg/dbwiz.cxx
@@ -303,7 +303,7 @@ void ODbTypeWizDialog::enableConfirmSettings( bool _bEnable )
     // As soon as it is to be used more wide-spread, we should find a proper concept
     // for enabling both the Next and Finish buttons, depending on the current page state.
     // Plus, the concept must also care for the case where those pages are embedded into
-    // anormal tab dialog.
+    // a normal tab dialog.
 }
 
 void ODbTypeWizDialog::saveDatasource()
diff --git a/oox/source/shape/LockedCanvasContext.cxx b/oox/source/shape/LockedCanvasContext.cxx
index 88a3de0040e7..5eac3b5ceff7 100644
--- a/oox/source/shape/LockedCanvasContext.cxx
+++ b/oox/source/shape/LockedCanvasContext.cxx
@@ -39,7 +39,7 @@ LockedCanvasContext::onCreateContext(sal_Int32 nElementToken, const ::oox::Attri
     {
         case XML_nvGrpSpPr: // CT_GvmlGroupShapeNonVisual, child see at end
             return this;
-        case XML_grpSpPr: // CT_GroupShapeProporties
+        case XML_grpSpPr: // CT_GroupShapeProperties
             return new oox::drawingml::ShapePropertiesContext(*this, *mpShapePtr);
         case XML_txSp: // CT_GvmlTextShape
             break;
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java
index c0c541e4a549..29cdbc71e671 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java
@@ -83,7 +83,7 @@ public class AccessibleRadioButton extends TestCase {
     private static XAccessibleAction accCloseButton;
 
     /**
-     * Closes a Hyperlink dialog, disposes the document, if exists, created in
+     * Closes a hyperlink dialog, disposes the document, if exists, created in
      * <code>createTestEnvironment</code> method.
      */
     @Override
@@ -107,7 +107,7 @@ public class AccessibleRadioButton extends TestCase {
     }
 
     /**
-     * Creates a text document, opens a hypelink dialog, selects a first item
+     * Creates a text document, opens a hyperlink dialog, selects a first item
      * in IconChoiceCtrl.
      * Then obtains an accessible object with
      * the role <code>AccessibleRole.RADIOBUTTON</code> with the name <code>


More information about the Libreoffice-commits mailing list