[Libreoffice-commits] core.git: sw/qa sw/source vcl/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 25 11:31:32 UTC 2020
sw/qa/extras/htmlexport/htmlexport.cxx | 2 +-
sw/source/uibase/shells/basesh.cxx | 2 +-
vcl/source/window/dialog.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 7ed0993b9c2de38dfe2e71df15755b495f9a2299
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon May 25 12:10:06 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon May 25 13:30:54 2020 +0200
Fix typos
Change-Id: I7c94080396dae767079a968cdda74449a144a947
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94655
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx
index 512fd4c070cb..aa92fd90ddd6 100644
--- a/sw/qa/extras/htmlexport/htmlexport.cxx
+++ b/sw/qa/extras/htmlexport/htmlexport.cxx
@@ -1101,7 +1101,7 @@ CPPUNIT_TEST_FIXTURE(SwHtmlDomExportTest, testMultiParaListItem)
assertXPathContent(pXmlDoc, "//reqif-xhtml:ol/reqif-xhtml:li[2]/reqif-xhtml:p[1]", "B");
// Without the accompanying fix in place, this test would have failed with:
// XPath '//reqif-xhtml:ol/reqif-xhtml:li[2]/reqif-xhtml:p[2]' not found
- // i.e. </li> was writen before "C", not after "C", so "C" was not in the 2nd list item.
+ // i.e. </li> was written before "C", not after "C", so "C" was not in the 2nd list item.
assertXPathContent(pXmlDoc, "//reqif-xhtml:ol/reqif-xhtml:li[2]/reqif-xhtml:p[2]", "C");
assertXPathContent(pXmlDoc, "//reqif-xhtml:ol/reqif-xhtml:li[3]/reqif-xhtml:p", "D");
}
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx
index 99f610eb9c82..64fd150e1700 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -2520,7 +2520,7 @@ void SwBaseShell::ExecDlg(SfxRequest &rReq)
{
const size_t nCurIdx = rSh.GetCurPageDesc();
const SwPageDesc& rPageDesc = rSh.GetPageDesc( nCurIdx );
- // Temporary view, because the shell does not need to be valid after the dialogue
+ // Temporary view, because the shell does not need to be valid after the dialog
// for example disable header
SwView& rTempView = GetView();
diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx
index b1d06a5e6168..d6d00cad270e 100644
--- a/vcl/source/window/dialog.cxx
+++ b/vcl/source/window/dialog.cxx
@@ -1101,7 +1101,7 @@ void Dialog::EndDialog( long nResult )
RemoveFromDlgList();
- // set focus to previous modal dialogue if it is modal for
+ // set focus to previous modal dialog if it is modal for
// the same frame parent (or NULL)
ImplSVData* pSVData = ImplGetSVData();
if (!pSVData->mpWinData->mpExecuteDialogs.empty())
More information about the Libreoffice-commits
mailing list