summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/frmhtml.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-12-13 11:51:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-12-13 11:51:23 +0000
commitea0b844da439802ecf1f85c78b5003543d04d4eb (patch)
treefbd448d9078f67718753b69468a68ea357110b51 /sfx2/source/bastyp/frmhtml.cxx
parent6273577682880118cb08e2d4c8f3cfff73f66f63 (diff)
INTEGRATION: CWS ineturl1 (1.6.164); FILE MERGED
2004/09/30 14:22:18 cmc 1.6.164.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer
Diffstat (limited to 'sfx2/source/bastyp/frmhtml.cxx')
-rw-r--r--sfx2/source/bastyp/frmhtml.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/bastyp/frmhtml.cxx b/sfx2/source/bastyp/frmhtml.cxx
index 5967da5bbd20..da0ec4bb0031 100644
--- a/sfx2/source/bastyp/frmhtml.cxx
+++ b/sfx2/source/bastyp/frmhtml.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmhtml.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: svesik $ $Date: 2004-04-21 13:05:17 $
+ * last change: $Author: hr $ $Date: 2004-12-13 12:51:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,7 +135,8 @@ void SfxFrameHTMLParser::ParseFrameOptions( SfxFrameDescriptor *pFrame,
break;
}
case HTML_O_SRC:
- pFrame->SetURL( INetURLObject::RelToAbs(pOption->GetString()) );
+ pFrame->SetURL(
+ String(INetURLObject::RelToAbs(pOption->GetString()) ));
break;
case HTML_O_NAME:
pFrame->SetName( pOption->GetString() );