diff options
author | jp <jp@openoffice.org> | 2000-10-17 12:17:55 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-10-17 12:17:55 +0000 |
commit | ef2bbe271960993cd8ac9063e5674d4c6e5ca1bb (patch) | |
tree | 43a739edab4adb10b8c05e50bfaa2ed164a6b3b8 /svx/source/editeng/svxacorr.cxx | |
parent | 4a8fab6c0640c71454bc9471db7ba068cab39179 (diff) |
must changes: FindFirstURL need now a CharClass class
Diffstat (limited to 'svx/source/editeng/svxacorr.cxx')
-rw-r--r-- | svx/source/editeng/svxacorr.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/editeng/svxacorr.cxx b/svx/source/editeng/svxacorr.cxx index b5c050642fa3..65fe38054bfc 100644 --- a/svx/source/editeng/svxacorr.cxx +++ b/svx/source/editeng/svxacorr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svxacorr.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jp $ $Date: 2000-10-11 14:41:36 $ + * last change: $Author: jp $ $Date: 2000-10-17 13:17:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -632,8 +632,8 @@ BOOL SvxAutoCorrect::FnSetINetAttr( SvxAutoCorrDoc& rDoc, const String& rTxt, else ( sQuotes = GetEndDoubleQuote() ) += GetEndSingleQuote(); - String sURL( INetURLObject::FindFirstURLInText( rTxt, nSttPos, nEndPos, - rInter, &sQuotes )); + String sURL( /*INetURLObject::FindFirstURLInText( rTxt, nSttPos, nEndPos, + rInter, &sQuotes )*/); BOOL bRet = 0 != sURL.Len(); if( bRet ) // also Attribut setzen: rDoc.SetINetAttr( nSttPos, nEndPos, sURL ); |