summaryrefslogtreecommitdiff
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-02-04 10:26:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-02-04 10:26:10 +0000
commitfc655258ab79f2e7b5efc6ed9db15b8b72724541 (patch)
tree23442f00af7eee6bf41f489f3fe765a5b0d24bd0 /svtools/source/misc
parent85f3efcf4e6bb60b3f87611b34de5549fad539bf (diff)
INTEGRATION: CWS cmcfixes1 (1.3.40); FILE MERGED
2005/01/28 08:46:54 cmc 1.3.40.1: #i40815# Parse problem
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/imap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/misc/imap.cxx b/svtools/source/misc/imap.cxx
index 06c92f7bd065..34523231500c 100644
--- a/svtools/source/misc/imap.cxx
+++ b/svtools/source/misc/imap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imap.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-01-11 13:11:43 $
+ * last change: $Author: rt $ $Date: 2005-02-04 11:26:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -167,7 +167,7 @@ void IMapObject::Write( SvStream& rOStm, const String& rBaseURL ) const
rOStm << GetVersion();
rOStm << ( (UINT16) eEncoding );
- const ByteString aRelURL( String(URIHelper::simpleNormalizedMakeRelative( rBaseURL, aURL )), eEncoding );
+ const ByteString aRelURL = ByteString( String(URIHelper::simpleNormalizedMakeRelative( rBaseURL, aURL )), eEncoding );
rOStm.WriteByteString( aRelURL );
rOStm.WriteByteString( ByteString( aDescription, eEncoding ) );
rOStm << bActive;