From 228f921beae3f882e1a0eccb62edc4baea3c67ec Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 11 Apr 2014 09:08:37 +0200 Subject: typo: obsolet -> obsolete --- forms/source/component/ComboBox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms') diff --git a/forms/source/component/ComboBox.hxx b/forms/source/component/ComboBox.hxx index 18621566c2d8..89073373fe1b 100644 --- a/forms/source/component/ComboBox.hxx +++ b/forms/source/component/ComboBox.hxx @@ -50,7 +50,7 @@ class OComboBoxModel ,public OErrorBroadcaster { CachedRowSet m_aListRowSet; // the row set to fill the list - ::com::sun::star::uno::Any m_aBoundColumn; // obsolet + ::com::sun::star::uno::Any m_aBoundColumn; // obsolete OUString m_aListSource; OUString m_aDefaultText; // DefaultText ::com::sun::star::uno::Any m_aLastKnownValue; -- cgit