From 5a1a4d81502e4b0d45bde2a413fa803557dcef44 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Thu, 25 Jan 2001 10:17:59 +0000 Subject: #82950# #81727# added m_aDesignModeStringItems --- forms/source/component/ComboBox.hxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'forms/source/component/ComboBox.hxx') diff --git a/forms/source/component/ComboBox.hxx b/forms/source/component/ComboBox.hxx index 0acf1198c10f..1205e25ec91a 100644 --- a/forms/source/component/ComboBox.hxx +++ b/forms/source/component/ComboBox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ComboBox.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2000-11-23 08:48:15 $ + * last change: $Author: fs $ $Date: 2001-01-25 11:17:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -115,6 +115,11 @@ class OComboBoxModel ::rtl::OUString m_aDefaultText; // DefaultText ::rtl::OUString m_aSaveValue; + StringSequence m_aDesignModeStringItems; + // upon loading, in some cases we reset fill our string item list ourself. We don't want + // to lose the user's items then, so we remember them here. + + ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatter> m_xFormatter; ::com::sun::star::form::ListSourceType m_eListSourceType; // type der list source -- cgit