summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2013-01-22 11:49:20 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2013-01-22 11:49:20 +0700
commit9d7544b7502f27b961115ef9ad373b5e570d0dd4 (patch)
tree0fe333079ecc1ad0070cd5cc8ed4dac66cf6d916 /svtools
parentRemove some unneeded variables in filter (diff)
downloadcore-9d7544b7502f27b961115ef9ad373b5e570d0dd4.tar.gz
core-9d7544b7502f27b961115ef9ad373b5e570d0dd4.zip
Hopefully fix windows build
Change-Id: Ib4ca01df58da4129d5262c344c7c092925e19caa
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/inettbc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx
index 37736054fa1e..c0c93a1d3c14 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() )