diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-02-18 19:45:33 +0100 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-02-19 04:16:54 +0100 |
commit | 9d74fdd4650abc8e7d94abd58539fc7cec112549 (patch) | |
tree | 8ac6fbde55895963d5f3c950904dcc52701e3540 | |
parent | 5ca37768d69d7603e6b8e6a8765309a1b9f1bf8f (diff) |
Fix typo
Change-Id: I1dfd26367974b614660fcb50724b9b2d419ac55a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163559
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
-rw-r--r-- | editeng/qa/unit/core-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx index 177310dd6b82..220043e58348 100644 --- a/editeng/qa/unit/core-test.cxx +++ b/editeng/qa/unit/core-test.cxx @@ -2256,7 +2256,7 @@ void Test::testTdf154248MultilineFieldWrapping() // Get Field Item for inserting URLs in text SvxURLField aURLField("http://not.a.real.link", - "Really long hyperlink text that wont fit in 1 line, no matter what.", + "Really long hyperlink text that won't fit in 1 line, no matter what.", SvxURLFormat::Repr); SvxFieldItem aField(aURLField, EE_FEATURE_FIELD); |