diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-10-29 20:55:07 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-10-29 23:20:47 +0100 |
commit | 23fa80dfc9ef7e68b5bbe01cc75cb07ebc0888b9 (patch) | |
tree | d8522bd88f5b82bf763003ffe5eaa06e1b070398 /sw | |
parent | 37d85df2d2fd53ee436f24484b48aafc91d501b1 (diff) |
Fix typos
Change-Id: I0b0231eafdc8ff1ed64fc366735ea5882b3e8618
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105031
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/textboxhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/textboxhelper.cxx b/sw/source/core/doc/textboxhelper.cxx index e982174e51ac..82a1c9b6fdd7 100644 --- a/sw/source/core/doc/textboxhelper.cxx +++ b/sw/source/core/doc/textboxhelper.cxx @@ -409,7 +409,7 @@ void SwTextBoxHelper::syncProperty(SwFrameFormat* pShape, const OUString& rPrope auto xTextFrame = SwXTextFrame::CreateXTextFrame(*pFormat->GetDoc(), pFormat); uno::Reference<text::XTextCursor> xCursor = xTextFrame->getText()->createTextCursor(); - // Select all paragraps in the textframe + // Select all paragraphs in the textframe xCursor->gotoStart(false); xCursor->gotoEnd(true); uno::Reference<beans::XPropertySet> xFrameParaProps(xCursor, uno::UNO_QUERY); |