diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 09:08:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:33:03 +0200 |
commit | 228f921beae3f882e1a0eccb62edc4baea3c67ec (patch) | |
tree | 7a66e08cfa4ea3680a7b3f7187f4b1871e8650a2 /forms | |
parent | 471a444f270ca9d2113d9e95876fb2ed6e15c7d5 (diff) |
typo: obsolet -> obsolete
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/ComboBox.hxx | 2 |
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; |