summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Jacobi <sj@openoffice.org>2002-11-20 11:22:11 +0000
committerSven Jacobi <sj@openoffice.org>2002-11-20 11:22:11 +0000
commit52afcb781ba70069c77675fa660fe193e81ffb1d (patch)
treeece99696d4b20f597255ef56b47a5915f08f0caa
parent510e2477b435d33f5b87fb8b140d40733ecb2658 (diff)
#105360# api change: remove of INetURLObject::GetMainURL() encoding mechanism default
-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 aea29e7784fd..36aa9f9c4912 100644
--- a/svx/source/dialog/hlinettp.cxx
+++ b/svx/source/dialog/hlinettp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hlinettp.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: iha $ $Date: 2002-10-15 11:52:00 $
+ * last change: $Author: sj $ $Date: 2002-11-20 12:22:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,7 +131,7 @@ SvxHyperlinkInternetTp::SvxHyperlinkInternetTp ( Window *pParent,
aURL.Append( UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( STD_DOC_NAME ) ) );
if ( FileExists( aURL ) )
{
- maStrStdDocURL = aURL.GetMainURL();
+ maStrStdDocURL = aURL.GetMainURL( INetURLObject::NO_DECODE );
break;
}
}