summaryrefslogtreecommitdiff
path: root/forms/source/component/ComboBox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/ComboBox.hxx')
-rw-r--r--forms/source/component/ComboBox.hxx2
1 files changed, 1 insertions, 1 deletions
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;