View | Details | Raw Unified | Return to issue 82144
Collapse All | Expand All

(-)swlbox.hxx (-1 / +1 lines)
Lines 115-121 Link Here
115
115
116
    using ComboBox::InsertEntry;
116
    using ComboBox::InsertEntry;
117
    void                    InsertEntry(const SwBoxEntry&);
117
    void                    InsertEntry(const SwBoxEntry&);
118
    USHORT                  InsertEntry( const XubString& rStr, USHORT ) 
118
    USHORT                  InsertEntry( const XubString& rStr, USHORT = 0) 
119
                            {        InsertEntry( SwBoxEntry( rStr ) ); return 0;    }    
119
                            {        InsertEntry( SwBoxEntry( rStr ) ); return 0;    }    
120
120
121
	using ComboBox::RemoveEntry;
121
	using ComboBox::RemoveEntry;

Return to issue 82144