summaryrefslogtreecommitdiff
path: root/sw/qa/extras/rtfexport
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-02-06 22:16:08 +0100
committerAndrea Gelmini <andrea.gelmini@gelma.net>2021-02-07 08:42:14 +0100
commitf72e347f6d8f26c6961d9d4f17a798f3b3276280 (patch)
tree9313d14837b4ca91630cf33666f6f7108d76825f /sw/qa/extras/rtfexport
parent9933c3631b5bd9d7b47d0d12c5a7dd292cf1944f (diff)
Fix typos
Change-Id: I30743ea4caf9702f26005567d293f076ff7f78fd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110517 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sw/qa/extras/rtfexport')
-rw-r--r--sw/qa/extras/rtfexport/rtfexport4.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}