summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 13:39:50 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 13:39:50 +0000
commit8c51fd7d01985d1b1b0ebd5a172306218ceedb53 (patch)
tree9e3e4f82676d7b001d87341dce383da971b92068 /forms
parent89abc2a286693997a4b9efc9583efbeb85cb6626 (diff)
INTEGRATION: CWS dba24f_SRC680 (1.20.20); FILE MERGED
2008/01/14 10:31:33 fs 1.20.20.1: #i85215# don't reset m_aValueSeq prematurely
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/ListBox.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx
index 4dc8915dbe57..8b6538be91ca 100644
--- a/forms/source/component/ListBox.hxx
+++ b/forms/source/component/ListBox.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ListBox.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: hr $ $Date: 2007-11-01 14:55:26 $
+ * last change: $Author: rt $ $Date: 2008-01-29 14:39:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -201,6 +201,9 @@ private:
@precond we don't actually have an external list source
*/
void implRefreshListFromDbBinding( );
+
+ StringSequence
+ impl_getValues() const { return m_aValueSeq.getLength() ? m_aValueSeq : getStringItemList(); }
};
//==================================================================