summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-10-06 15:59:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-10-06 15:59:13 +0000
commit0d346208b8141ae0cdb988d2621d91fd680d540f (patch)
tree835190349df95572b0e009c2eccefdd8ed243982 /sfx2
parent4563ad4f020e308f19751e97708e2374d012a014 (diff)
INTEGRATION: CWS net2003 (1.21.100); FILE MERGED
2003/08/12 15:42:03 obo 1.21.100.1: #11136# .net 2003 (cast)
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/mailmodel.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/mailmodel.cxx b/sfx2/source/dialog/mailmodel.cxx
index 718028e69b86..efd248f62f9a 100644
--- a/sfx2/source/dialog/mailmodel.cxx
+++ b/sfx2/source/dialog/mailmodel.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mailmodel.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: rt $ $Date: 2003-09-19 07:59:40 $
+ * last change: $Author: vg $ $Date: 2003-10-06 16:59:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -335,7 +335,7 @@ SfxMailModel_Impl::SaveResult SfxMailModel_Impl::SaveDocument( String& rFileName
String aName;
if ( aFileObj.hasExtension() )
{
- pExt = new String( String::CreateFromAscii( "." ) + aFileObj.getExtension() );
+ pExt = new String( String::CreateFromAscii( "." ) + (OUString) aFileObj.getExtension() );
aFileObj.removeExtension();
aLeadingStr = aFileObj.getName( INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_CHARSET );
aLeadingStr += String::CreateFromAscii( "_" );