summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 15:59:59 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-21 08:54:48 +0200
commit6a8aac9b3d1cbf5c27ccf179f1c603fee6713fc7 (patch)
treed74ba3bea701e31b72bd3efb2ac3a47a567f4385 /forms
parent7d51d3876f488dca577b1d889d390a90fbfb4134 (diff)
Fix typo
Change-Id: I5bacb30918f72d8b6a992c88a209b30647303177 Reviewed-on: https://gerrit.libreoffice.org/71031 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/entrylisthelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/entrylisthelper.hxx b/forms/source/component/entrylisthelper.hxx
index 929c4d5bd320..f358ba53273d 100644
--- a/forms/source/component/entrylisthelper.hxx
+++ b/forms/source/component/entrylisthelper.hxx
@@ -179,7 +179,7 @@ namespace frm
/** refreshes our list entries
- In case we have an external list source, its used to obtain the new entries, and then
+ In case we have an external list source, it's used to obtain the new entries, and then
stringItemListChanged is called to give the derived class the possibility to
react on this.