summaryrefslogtreecommitdiffstats
path: root/sdext
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-12-12 23:46:34 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-12-12 23:46:34 +0100
commitded7c4ba3212b65fcc63c0d0a4bb1e725a6e0465 (patch)
tree9d2d9baebee260d85fc9e00d0d5dccc43ff08c53 /sdext
parentTypo: strucure->structure (diff)
downloadcore-ded7c4ba3212b65fcc63c0d0a4bb1e725a6e0465.tar.gz
core-ded7c4ba3212b65fcc63c0d0a4bb1e725a6e0465.zip
Typos
Change-Id: I7a161afb520c3f26be0d5846a3ef2300c558a7d2
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterToolBar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterToolBar.cxx b/sdext/source/presenter/PresenterToolBar.cxx
index d4c60398bbe3..e3835e325898 100644
--- a/sdext/source/presenter/PresenterToolBar.cxx
+++ b/sdext/source/presenter/PresenterToolBar.cxx
@@ -1665,7 +1665,7 @@ void Label::SetText (const OUString& rsText)
const bool bRequestLayout (mpMode->maText.GetText().getLength() != rsText.getLength());
mpMode->maText.SetText(rsText);
- // Just use the character count for determing whether a layout is
+ // Just use the character count for determining whether a layout is
// necessary. This is an optimization to avoid layouts every time a new
// time value is set on some labels.
if (bRequestLayout)