[Libreoffice-commits] core.git: vcl/unx xmloff/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 7 15:39:54 UTC 2020
vcl/unx/gtk3/gtk3gtkframe.cxx | 2 +-
xmloff/qa/unit/text.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1a13804092f93dd77b081ea063856d9896838a51
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Aug 4 12:34:03 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 7 17:39:14 2020 +0200
Fix typos
Change-Id: Iedaac490a577d3582ea9ef5a105836eff8c2eaf5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100078
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index ba20f59d3ac8..df407459c569 100644
--- a/vcl/unx/gtk3/gtk3gtkframe.cxx
+++ b/vcl/unx/gtk3/gtk3gtkframe.cxx
@@ -712,7 +712,7 @@ void GtkSalFrame::moveWindow( long nX, long nY )
if( isChild( false ) )
{
GtkWidget* pParent = m_pParent ? gtk_widget_get_parent(m_pWindow) : nullptr;
- // tdf#130414 its possible that we were reparented and are no longer inside
+ // tdf#130414 it's possible that we were reparented and are no longer inside
// our original GtkFixed parent
if (pParent && GTK_IS_FIXED(pParent))
{
diff --git a/xmloff/qa/unit/text.cxx b/xmloff/qa/unit/text.cxx
index 2a5c65e5c2d9..9e1aec16b803 100644
--- a/xmloff/qa/unit/text.cxx
+++ b/xmloff/qa/unit/text.cxx
@@ -49,7 +49,7 @@ CPPUNIT_TEST_FIXTURE(XmloffStyleTest, testMailMergeInEditeng)
OUString aURL = m_directories.getURLFromSrc(DATA_DIRECTORY) + "mail-merge-editeng.odt";
getComponent() = loadFromDesktop(aURL);
// Without the accompanying fix in place, this test would have failed, as unexpected
- // <text:database-display> in editeng text abored the whole import process.
+ // <text:database-display> in editeng text aborted the whole import process.
CPPUNIT_ASSERT(getComponent().is());
}
More information about the Libreoffice-commits
mailing list