summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/frmhtmlw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/frmhtmlw.cxx')
-rw-r--r--sfx2/source/bastyp/frmhtmlw.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sfx2/source/bastyp/frmhtmlw.cxx b/sfx2/source/bastyp/frmhtmlw.cxx
index 8b240182d3ca..6b3c7142d61e 100644
--- a/sfx2/source/bastyp/frmhtmlw.cxx
+++ b/sfx2/source/bastyp/frmhtmlw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmhtmlw.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mib $ $Date: 2001-07-03 07:47:06 $
+ * last change: $Author: hr $ $Date: 2003-03-27 11:27:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -521,8 +521,9 @@ void SfxFrameHTMLWriter::Out_FrameDescriptor(
if( pSh )
aURL = CreateDataURL( pSh, pFSet, pTopFrame );
}
- if( !aURL.Len() ) aURL = bFlatten ? pFrame->GetActualURL().GetMainURL() :
- pFrame->GetURL().GetMainURL();
+ if( !aURL.Len() ) aURL = bFlatten ?
+ pFrame->GetActualURL().GetMainURL( INetURLObject::DECODE_TO_IURI ) :
+ pFrame->GetURL().GetMainURL( INetURLObject::DECODE_TO_IURI );
if( aURL.Len() )
{
if( !bFlatten ) aURL = INetURLObject::AbsToRel( aURL );