diff options
author | jp <jp@openoffice.org> | 2000-10-20 12:46:39 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-10-20 12:46:39 +0000 |
commit | d68b1b6ae355c92e982ec845216ba459dbdd9e16 (patch) | |
tree | 72fbade3f031a95b370019479587e20c8b01bd71 /sw/source/ui/uiview | |
parent | db27010cba5eca92bba34ddfd0fc71dc17923379 (diff) |
use correct INetURL-Decode enum
Diffstat (limited to 'sw/source/ui/uiview')
-rw-r--r-- | sw/source/ui/uiview/view2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx index 31a7931253f0..1e773113d374 100644 --- a/sw/source/ui/uiview/view2.cxx +++ b/sw/source/ui/uiview/view2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: view2.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: os $ $Date: 2000-10-17 15:17:16 $ + * last change: $Author: jp $ $Date: 2000-10-20 13:42:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1116,7 +1116,7 @@ BOOL SwView::JumpToSwMark( const String& rMark ) const SwFmtINetFmt* pINet; String sCmp, sMark( INetURLObject::decode( rMark, INET_HEX_ESCAPE, - INetURLObject::DECODE_WITH_CHARSET, + INetURLObject::DECODE_UNAMBIGUOUS, RTL_TEXTENCODING_UTF8 )); xub_StrLen nLastPos, nPos = sMark.Search( cMarkSeperator ); |