Index: swlbox.hxx =================================================================== RCS file: /cvs/sw/sw/source/ui/inc/swlbox.hxx,v retrieving revision 1.5 diff -u -r1.5 swlbox.hxx --- swlbox.hxx 27 Sep 2007 12:10:54 -0000 1.5 +++ swlbox.hxx 2 Oct 2007 08:43:33 -0000 @@ -115,7 +115,7 @@ using ComboBox::InsertEntry; void InsertEntry(const SwBoxEntry&); - USHORT InsertEntry( const XubString& rStr, USHORT ) + USHORT InsertEntry( const XubString& rStr, USHORT = 0) { InsertEntry( SwBoxEntry( rStr ) ); return 0; } using ComboBox::RemoveEntry;