summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-20 09:02:34 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-20 11:23:12 +0100
commitd6d58bbef95ddd2d2e92244d11304c76d001c097 (patch)
tree9d277d48db53b22f0ee60b5d99e1646ba552c6e9 /forms
parent61b7f21f7f9e9d2516342cfdb23763d15acd4f79 (diff)
Fix typos
Change-Id: Ib138f971c4efcc67c68c901c9f08b4d1d95cdde2 Reviewed-on: https://gerrit.libreoffice.org/44933 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/ListBox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index 23b3d961a26a..b077847499a8 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -1778,7 +1778,7 @@ namespace frm
void OListBoxModel::disconnectedExternalListSource( )
{
// TODO: in case we're part of an already loaded form, we should probably simulate
- // an onConnectedDbColumn, so our list get's filled with the data as indicated
+ // an onConnectedDbColumn, so our list gets filled with the data as indicated
// by our SQL-binding related properties
}