Kaydet (Commit) 8c51fd7d authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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
üst 89abc2a2
......@@ -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(); }
};
//==================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment