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): ...@@ -136,7 +136,7 @@ class textCase(UITestCase):
gridwin = xCalcDoc.getChild("grid_window") gridwin = xCalcDoc.getChild("grid_window")
document = self.ui_test.get_component() document = self.ui_test.get_component()
#1. Open attached file #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"})) gridwin.executeAction("SELECT", mkPropertyValues({"RANGE": "C2:C14"}))
#3. Go to menu: Format->Text->Capitalize Every Word #3. Go to menu: Format->Text->Capitalize Every Word
self.xUITest.executeCommand(".uno:ChangeCaseToTitleCase") self.xUITest.executeCommand(".uno:ChangeCaseToTitleCase")
......
...@@ -2148,7 +2148,7 @@ void XMLTextFieldExport::ExportFieldDeclarations( ...@@ -2148,7 +2148,7 @@ void XMLTextFieldExport::ExportFieldDeclarations(
} }
// else: no declarations element // else: no declarations element
// DDE field field masters: // DDE field masters:
if ( !aDdeName.empty() ) if ( !aDdeName.empty() )
{ {
SvXMLElementExport aElem( GetExport(), 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