diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-29 13:39:50 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-29 13:39:50 +0000 |
commit | 2167d230600d818da93ee9750d6e6884fa807fc0 (patch) | |
tree | ca638bc428f36222e37a89099872c1a2b02c60fc | |
parent | 74e2cd5ab4217a1e76724a1867f993dae1edd6f1 (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
-rw-r--r-- | forms/source/component/ListBox.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx index a893c2c04..19713e244 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(); } }; //================================================================== |