From 7be0cc289d9745e0842c4fa6c0a6ac3450f3801b Mon Sep 17 00:00:00 2001 From: Jesús Corrius Date: Wed, 1 Feb 2012 14:42:58 +0100 Subject: A few safe replacements of pathes->paths --- svtools/source/control/inettbc.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svtools') diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx index 94a65f2eeb9d..668a65c35a92 100644 --- a/svtools/source/control/inettbc.cxx +++ b/svtools/source/control/inettbc.cxx @@ -334,9 +334,9 @@ void SvtMatchContext_Impl::ReadFolder( const String& rURL, || (aText.Len() > 1 && aText.Copy( aText.Len() - 2, 2 ).CompareToAscii( "/." ) == COMPARE_EQUAL) || (aText.Len() > 2 && aText.Copy( aText.Len() - 3, 3 ).CompareToAscii( "/.." ) == COMPARE_EQUAL); - // for pure home pathes ( ~username ) the '.' at the end of rMatch + // for pure home paths ( ~username ) the '.' at the end of rMatch // means that it poits to root catalog - // this is done only for file contents since home pathes parsing is usefull only for them + // this is done only for file contents since home paths parsing is usefull only for them if ( bPureHomePath && rMatch.Equals( String::CreateFromAscii( "file:///." ) ) ) { // a home that refers to / -- cgit