summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-12-14 10:32:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-12-14 10:32:42 +0000
commit446f135c133c2140bc4e8b19802559d238c54734 (patch)
treee6a0ffd1800ad22d7ecf4917a6a1e898c580c175 /tools
parente3a5bac26c255c0b5368c7aeaea4f50cf3e35554 (diff)
#i10000#: .Len() -> getLength()
Diffstat (limited to 'tools')
-rw-r--r--tools/source/fsys/urlobj.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx
index aff03d3f2f6f..cba0e2cbe393 100644
--- a/tools/source/fsys/urlobj.cxx
+++ b/tools/source/fsys/urlobj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: urlobj.cxx,v $
*
- * $Revision: 1.50 $
+ * $Revision: 1.51 $
*
- * last change: $Author: hr $ $Date: 2004-12-13 12:45:50 $
+ * last change: $Author: hr $ $Date: 2004-12-14 11:32:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1757,7 +1757,7 @@ bool INetURLObject::convertRelToAbs(rtl::OUString const & rTheRelURIRef,
aSynAbsURIRef.setLength(i + 1);
DBG_ASSERT(
aSynAbsURIRef.getLength() > nPathBegin
- && aSynAbsURIRef.charAt(aSynAbsURIRef.Len() - 1)
+ && aSynAbsURIRef.charAt(aSynAbsURIRef.getLength() - 1)
== '/',
"INetURLObject::convertRelToAbs(): Bad base path");
continue;