Kaydet (Commit) b8658c0e authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Adolfo Jayme Barrientos

Fix typos

Change-Id: I8a25a3d7928cca12b0f5c86701fe86b76b85249f
Reviewed-on: https://gerrit.libreoffice.org/59414Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
üst 959be15e
......@@ -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:
......@@ -2148,7 +2148,7 @@ void XMLTextFieldExport::ExportFieldDeclarations(
}
// else: no declarations element
// DDE field field masters:
// DDE field masters:
if ( !aDdeName.empty() )
{
SvXMLElementExport aElem( GetExport(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment