summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/frmhtmlw.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 10:29:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 10:29:38 +0000
commit5be98eba1fddb559194066c511b53412009c2d5d (patch)
tree538903c2049093b623e6bd26fd2d0c0396fa43a0 /sfx2/source/bastyp/frmhtmlw.cxx
parent45967111901ed4b8f9439bdf538fbbf5a6dd4a64 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
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 );