[Libreoffice-commits] core.git: sw/qa wizards/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Feb 7 07:42:56 UTC 2021
sw/qa/extras/rtfexport/rtfexport4.cxx | 2 +-
sw/qa/extras/ww8export/ww8export3.cxx | 2 +-
wizards/source/sfdocuments/SF_FormControl.xba | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit f72e347f6d8f26c6961d9d4f17a798f3b3276280
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Feb 6 22:16:08 2021 +0100
Commit: Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Sun Feb 7 08:42:14 2021 +0100
Fix typos
Change-Id: I30743ea4caf9702f26005567d293f076ff7f78fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110517
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>
diff --git a/sw/qa/extras/rtfexport/rtfexport4.cxx b/sw/qa/extras/rtfexport/rtfexport4.cxx
index 669deb82f144..7cb2f5cdb5ff 100644
--- a/sw/qa/extras/rtfexport/rtfexport4.cxx
+++ b/sw/qa/extras/rtfexport/rtfexport4.cxx
@@ -409,7 +409,7 @@ CPPUNIT_TEST_FIXTURE(Test, testGutterTop)
xFactory->createInstance("com.sun.star.document.Settings"), uno::UNO_QUERY);
bool bGutterAtTop{};
xSettings->getPropertyValue("GutterAtTop") >>= bGutterAtTop;
- // Without the accompanying fix in place, this test would have failed, becase the gutter was
+ // Without the accompanying fix in place, this test would have failed, because the gutter was
// at the left.
CPPUNIT_ASSERT(bGutterAtTop);
}
diff --git a/sw/qa/extras/ww8export/ww8export3.cxx b/sw/qa/extras/ww8export/ww8export3.cxx
index a4e4c552a93a..00ab36ac67a2 100644
--- a/sw/qa/extras/ww8export/ww8export3.cxx
+++ b/sw/qa/extras/ww8export/ww8export3.cxx
@@ -115,7 +115,7 @@ CPPUNIT_TEST_FIXTURE(Test, testGutterTop)
xFactory->createInstance("com.sun.star.document.Settings"), uno::UNO_QUERY);
bool bGutterAtTop{};
xSettings->getPropertyValue("GutterAtTop") >>= bGutterAtTop;
- // Without the accompanying fix in place, this test would have failed, becase the gutter was
+ // Without the accompanying fix in place, this test would have failed, because the gutter was
// at the left.
CPPUNIT_ASSERT(bGutterAtTop);
}
diff --git a/wizards/source/sfdocuments/SF_FormControl.xba b/wizards/source/sfdocuments/SF_FormControl.xba
index aebe9a1dd313..7fbd49bba965 100644
--- a/wizards/source/sfdocuments/SF_FormControl.xba
+++ b/wizards/source/sfdocuments/SF_FormControl.xba
@@ -867,7 +867,7 @@ Public Function SetFocus() As Boolean
Dim bSetFocus As Boolean ' Return value
Dim iColPosition As Integer ' Position of control in table
-Dim oTableModel As Object ' XControlModel of parent tabel
+Dim oTableModel As Object ' XControlModel of parent table
Dim oControl As Object ' com.sun.star.awt.XControlModel
Dim i As Integer, j As Integer
Const cstThisSub = "SFDocuments.FormControl.SetFocus"
@@ -1846,4 +1846,4 @@ Private Function _Repr() As String
End Function ' SFDocuments.SF_FormControl._Repr
REM ============================================ END OF SFDOCUMENTS.SF_FORMCONTROL
-</script:module>
\ No newline at end of file
+</script:module>
More information about the Libreoffice-commits
mailing list