From 3063d55b8be2188532e3e2892f440ff0d481db71 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Mar 2017 12:27:41 +0100 Subject: Fix typos Change-Id: I338dacd3cfe915714a9038e1dea4a60d586e9394 Reviewed-on: https://gerrit.libreoffice.org/34806 Tested-by: Jenkins Reviewed-by: Noel Grandin --- forms/source/component/ListBox.hxx | 2 +- forms/source/inc/property.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'forms') diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx index f6f591b102e6..402f44d29e95 100644 --- a/forms/source/component/ListBox.hxx +++ b/forms/source/component/ListBox.hxx @@ -76,7 +76,7 @@ ListBox as a sequence of *indices* in the value list, and do the lookup on demand: - - ListBox's content propery (or value property, sorry the + - ListBox's content property (or value property, sorry the terminology is not always consistent) is SelectedItems which is a sequence of *indices* in the value list. diff --git a/forms/source/inc/property.hxx b/forms/source/inc/property.hxx index 202d449a2fb5..b718e1851800 100644 --- a/forms/source/inc/property.hxx +++ b/forms/source/inc/property.hxx @@ -39,7 +39,7 @@ using namespace comphelper; namespace frm { -//= assigment property handle <-> property name +//= assignment property handle <-> property name //= used by the PropertySetAggregationHelper -- cgit