summaryrefslogtreecommitdiff
path: root/sd/source/ui/view
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-10-29 20:55:07 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-10-29 23:20:47 +0100
commit23fa80dfc9ef7e68b5bbe01cc75cb07ebc0888b9 (patch)
treed8522bd88f5b82bf763003ffe5eaa06e1b070398 /sd/source/ui/view
parent37d85df2d2fd53ee436f24484b48aafc91d501b1 (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 'sd/source/ui/view')
-rw-r--r--sd/source/ui/view/ViewTabBar.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}