summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-04-21 08:22:26 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-04-22 17:51:25 +0200
commit64ef3bf0d961e775bf05cef8b16dac8974a7108a (patch)
treed99eb4a303b73f44a785ffaf9400e0f14074dfdc /forms
parent24bdda09fb2312239be0a791fa71c28022a33d51 (diff)
janitorial: typo in comment
Change-Id: Icba805697caa6675339535b382fc4f24f86a94fb
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 e6c6bb32a3ce..536631b12a47 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -157,7 +157,7 @@ namespace frm
//------------------------------------------------------------------
OListBoxModel::OListBoxModel(const Reference<XMultiServiceFactory>& _rxFactory)
:OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_LISTBOX, FRM_SUN_CONTROL_LISTBOX, sal_True, sal_True, sal_True )
- // use the old control name for compytibility reasons
+ // use the old control name for compatibility reasons
,OEntryListHelper( (OControlModel&)*this )
,OErrorBroadcaster( OComponentHelper::rBHelper )
,m_aListRowSet( getContext() )