[Libreoffice-commits] core.git: sd/source sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 29 22:21:24 UTC 2020
sd/source/ui/view/ViewTabBar.cxx | 2 +-
sw/source/core/doc/textboxhelper.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 23fa80dfc9ef7e68b5bbe01cc75cb07ebc0888b9
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Oct 29 20:55:07 2020 +0100
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Oct 29 23:20:47 2020 +0100
Fix typos
Change-Id: I0b0231eafdc8ff1ed64fc366735ea5882b3e8618
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105031
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/sd/source/ui/view/ViewTabBar.cxx b/sd/source/ui/view/ViewTabBar.cxx
index c045b2295827..e2a42434e6f4 100644
--- a/sd/source/ui/view/ViewTabBar.cxx
+++ b/sd/source/ui/view/ViewTabBar.cxx
@@ -525,7 +525,7 @@ void ViewTabBar::UpdateTabBarButtons()
int nWidthReq = rNotebook.get_preferred_size().Width();
// The excess width over the page request that the notebook uses we will
// use this later to help measure the best height-for-width given the
- // eventual allocatated width of the notebook
+ // eventual allocated width of the notebook
mnNoteBookWidthPadding = nWidthReq - nMaxPageWidthReq;
}
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);
More information about the Libreoffice-commits
mailing list