diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-02 23:16:01 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-03 09:33:25 +0100 |
commit | 6524ec07b0ff311b1beac7a5b58df763052f2b91 (patch) | |
tree | ad28754d73fe4ebe1b53af9a5cec7b4827fba77e /svx | |
parent | 709866a3b8e073fab4937dcf91dcd33ff1d2bc13 (diff) |
Fix typo
Change-Id: Ic279c6f88b99caa252872170b3c8bbd2047497ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164297
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdedxv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx index 3685cd55a8ef..fb130a16a212 100644 --- a/svx/source/svdraw/svdedxv.cxx +++ b/svx/source/svdraw/svdedxv.cxx @@ -136,7 +136,7 @@ IMPL_LINK_NOARG(SdrObjEditView, TextEditUpdate, Timer*, void) // no TextObject, no TextEdit return; - // lauch an ObjectChange: This is the straightforward method + // launch an ObjectChange: This is the straightforward method // to get this broadcasted. We do not risk to set the model // unwantedly to changed, we had a text edit going on already. // This is needed for SlideShow since it is not (yet) using the |