summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-12-14 10:19:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-12-14 10:19:58 +0000
commit679eb440abbb37d1459eaf1a9bc24686bea1573b (patch)
tree569a4c67c55f2d25b21352c9fd3e1c3a478d39bc /svx
parent3b5f1e4036c4e013c5bb587356bc38c3ee6c774e (diff)
#i10000#: .Len() -> getLength()
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/hlinettp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/hlinettp.cxx b/svx/source/dialog/hlinettp.cxx
index dedd8ba1a6..77d06d4477 100644
--- a/svx/source/dialog/hlinettp.cxx
+++ b/svx/source/dialog/hlinettp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hlinettp.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: hr $ $Date: 2004-12-13 12:15:17 $
+ * last change: $Author: hr $ $Date: 2004-12-14 11:19:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -189,7 +189,7 @@ void SvxHyperlinkInternetTp::FillDlgFields ( String& aStrURL )
setFTPUser(aURL.GetUser(), aURL.GetPass());
//do not show password and user in url
- if(aURL.GetUser().Len()!=0 || aURL.GetPass().Len()!=0 )
+ if(aURL.GetUser().getLength()!=0 || aURL.GetPass().getLength()!=0 )
aURL.SetUserAndPass(aEmptyStr,aEmptyStr);
}