Kaydet (Commit) 94a5f6b6 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fix mac build

Change-Id: Ib7aa2ffd351e85e76c84cd03c2a3b31c6b2c87ac
üst c083e0f2
......@@ -629,7 +629,7 @@ void DbgWindow::InsertLine( const OUString& rLine )
maLstBox.SetEntryData( nInsertionPos, reinterpret_cast< void* >( 0x00000001 ) );
bFirstEntry = sal_False;
aStr.replaceAt( 0, nPos+1, "" );
aStr = aStr.replaceAt( 0, nPos+1, "" );
nPos = aStr.indexOf( _LF );
}
if ( maLstBox.GetEntryCount() >= DBGWIN_MAXLINES )
......
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