summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-08-31 12:54:13 +0000
committerjp <jp@openoffice.org>2001-08-31 12:54:13 +0000
commit1cf26637945fca3b1a5b610cbbfe97ec006f5432 (patch)
treeca28fc4fcf431a8e22d456a519ec199de712bfe3 /sw/source/filter/html
parent2c86c9a06ac3042e22b97866c084b0878f09c3b0 (diff)
Bug #89528#: use correct parameter for GetMainURL
Diffstat (limited to 'sw/source/filter/html')
-rw-r--r--sw/source/filter/html/htmlplug.cxx16
1 files changed, 10 insertions, 6 deletions
diff --git a/sw/source/filter/html/htmlplug.cxx b/sw/source/filter/html/htmlplug.cxx
index 5dae8b659e14..e59738078933 100644
--- a/sw/source/filter/html/htmlplug.cxx
+++ b/sw/source/filter/html/htmlplug.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: htmlplug.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jp $ $Date: 2001-07-05 11:33:43 $
+ * last change: $Author: jp $ $Date: 2001-08-31 13:50:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1064,9 +1064,10 @@ Writer& OutHTML_FrmFmtOLENode( Writer& rWrt, const SwFrmFmt& rFrmFmt,
sOut += sHTML_embed;
String aURL(
- INetURLObject::AbsToRel(pPlugin->GetURL()->GetMainURL(),
- INetURLObject::WAS_ENCODED,
- INetURLObject::DECODE_UNAMBIGUOUS) );
+ INetURLObject::AbsToRel(
+ pPlugin->GetURL()->GetMainURL( INetURLObject::NO_DECODE ),
+ INetURLObject::WAS_ENCODED,
+ INetURLObject::DECODE_UNAMBIGUOUS) );
if( aURL.Len() )
{
@@ -1314,11 +1315,14 @@ Writer& OutHTML_FrmFmtOLENodeGrf( Writer& rWrt, const SwFrmFmt& rFrmFmt,
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/html/htmlplug.cxx,v 1.7 2001-07-05 11:33:43 jp Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/html/htmlplug.cxx,v 1.8 2001-08-31 13:50:00 jp Exp $
Source Code Control System - Update
$Log: not supported by cvs2svn $
+ Revision 1.7 2001/07/05 11:33:43 jp
+ Changes for TFD636
+
Revision 1.6 2001/07/03 07:49:47 mib
#88156#: warning for unconvertable chars