From 322750159d1462f183f122e0874d7aff606c1224 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 13 Dec 2004 11:53:05 +0000
Subject: INTEGRATION: CWS ineturl1 (1.2.66); FILE MERGED 2004/10/28 15:17:57
cmc 1.2.66.1: #i34006# update to SRC680_m58
---
sfx2/source/doc/iframe.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'sfx2/source/doc/iframe.cxx')
diff --git a/sfx2/source/doc/iframe.cxx b/sfx2/source/doc/iframe.cxx
index be915855d43d..0615757a5c6c 100644
--- a/sfx2/source/doc/iframe.cxx
+++ b/sfx2/source/doc/iframe.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: iframe.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 20:54:49 $
+ * last change: $Author: hr $ $Date: 2004-12-13 12:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -264,7 +264,7 @@ void SAL_CALL IFrameObject::setPropertyValue(const ::rtl::OUString& aPropertyNam
{
::rtl::OUString aURL;
aAny >>= aURL;
- maFrmDescr.SetURL( aURL );
+ maFrmDescr.SetURL( String(aURL) );
}
else if ( aPropertyName.equalsAscii("FrameName") )
{
--
cgit