summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forms/source/component/ListBox.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index 2341d3d663c9..9fe2bb6b145d 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ListBox.cxx,v $
*
-* $Revision: 1.33 $
+* $Revision: 1.34 $
*
-* last change: $Author: hr $ $Date: 2004-08-02 16:28:56 $
+* last change: $Author: rt $ $Date: 2004-09-08 14:26:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1020,9 +1020,9 @@ namespace frm
if (bUseNULL && m_nNULLPos == -1)
{
if (m_bBoundComponent)
- aValueList.insert(aValueList.begin());
+ aValueList.insert(aValueList.begin(), ::rtl::OUString());
- aStringList.insert(aStringList.begin());
+ aStringList.insert(aStringList.begin(), ::rtl::OUString());
m_nNULLPos = 0;
}