Kaydet (Commit) 9d7544b7 authored tarafından Korrawit Pruegsanusak's avatar Korrawit Pruegsanusak

Hopefully fix windows build

Change-Id: Ib4ca01df58da4129d5262c344c7c092925e19caa
üst 80d77c22
......@@ -1034,7 +1034,7 @@ long SvtURLBox::Notify( NotifyEvent &rEvt )
{
#ifndef UNX
// pb: don't select automatically on unix #93251#
SetSelection( Selection( 0, GetText().Len() ) );
SetSelection( Selection( 0, GetText().getLength() ) );
#endif
}
else if ( EVENT_LOSEFOCUS == rEvt.GetType() )
......
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