svtools/source/control/inettbc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9d7544b7502f27b961115ef9ad373b5e570d0dd4 Author: Korrawit Pruegsanusak <[email protected]> Date: Tue Jan 22 11:49:20 2013 +0700 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() ) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
