| commit | 9d7544b7502f27b961115ef9ad373b5e570d0dd4 | [log] |
|---|---|---|
| author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | Tue Jan 22 11:49:20 2013 +0700 |
| committer | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | Tue Jan 22 11:49:20 2013 +0700 |
| tree | 0fe333079ecc1ad0070cd5cc8ed4dac66cf6d916 | |
| parent | 80d77c22665b3b69b40f5f20b56923e453bc15cc [diff] |
Hopefully fix windows build Change-Id: Ib4ca01df58da4129d5262c344c7c092925e19caa
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx index 3773605..c0c93a1d3c 100644 --- a/svtools/source/control/inettbc.cxx +++ b/svtools/source/control/inettbc.cxx
@@ -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() )