From d6d58bbef95ddd2d2e92244d11304c76d001c097 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 20 Nov 2017 09:02:34 +0100 Subject: Fix typos Change-Id: Ib138f971c4efcc67c68c901c9f08b4d1d95cdde2 Reviewed-on: https://gerrit.libreoffice.org/44933 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- forms/source/component/ListBox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms') 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 } -- cgit