diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-12-13 11:53:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-12-13 11:53:05 +0000 |
commit | 322750159d1462f183f122e0874d7aff606c1224 (patch) | |
tree | 58ad5629cc6edc6379a4059f3c0cffdd32198ad7 /sfx2/source/doc/iframe.cxx | |
parent | d6fe21b62bc6ae1e0c24a15873b58e5c99a07c5c (diff) |
INTEGRATION: CWS ineturl1 (1.2.66); FILE MERGED
2004/10/28 15:17:57 cmc 1.2.66.1: #i34006# update to SRC680_m58
Diffstat (limited to 'sfx2/source/doc/iframe.cxx')
-rw-r--r-- | sfx2/source/doc/iframe.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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") ) { |