[Libreoffice-commits] core.git: sc/qa xmloff/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Aug 22 08:07:35 UTC 2018


 sc/qa/uitest/textCase/textCase.py |    4 ++--
 xmloff/source/text/txtflde.cxx    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b8658c0e847afe1ed199c5fa7a2dd5d1d61ccbac
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Aug 21 20:58:02 2018 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Aug 22 10:07:13 2018 +0200

    Fix typos
    
    Change-Id: I8a25a3d7928cca12b0f5c86701fe86b76b85249f
    Reviewed-on: https://gerrit.libreoffice.org/59414
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/sc/qa/uitest/textCase/textCase.py b/sc/qa/uitest/textCase/textCase.py
index fede2a78a024..afa98857e692 100644
--- a/sc/qa/uitest/textCase/textCase.py
+++ b/sc/qa/uitest/textCase/textCase.py
@@ -136,7 +136,7 @@ class textCase(UITestCase):
         gridwin = xCalcDoc.getChild("grid_window")
         document = self.ui_test.get_component()
         #1. Open attached file
-        #2. Select cels from C2 to C14
+        #2. Select cells from C2 to C14
         gridwin.executeAction("SELECT", mkPropertyValues({"RANGE": "C2:C14"}))
         #3. Go to menu: Format->Text->Capitalize Every Word
         self.xUITest.executeCommand(".uno:ChangeCaseToTitleCase")
@@ -162,4 +162,4 @@ class textCase(UITestCase):
         self.assertEqual(get_cell_by_position(document, 0, 0, 0).getString(), "test\n")
 
         self.ui_test.close_doc()
-# vim: set shiftwidth=4 softtabstop=4 expandtab:
\ No newline at end of file
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index 55a4368eadc1..87ed6f8ff62f 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -2148,7 +2148,7 @@ void XMLTextFieldExport::ExportFieldDeclarations(
     }
     // else: no declarations element
 
-    // DDE field field masters:
+    // DDE field masters:
     if ( !aDdeName.empty() )
     {
         SvXMLElementExport aElem( GetExport(),


More information about the Libreoffice-commits mailing list