summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-01-30 12:28:54 +0000
committerRüdiger Timm <rt@openoffice.org>2007-01-30 12:28:54 +0000
commit49d984877f7c3530fb2539eeefaa39afa0c2ff8b (patch)
treee52d161dcb8faffcd0e041a0685ea0699005345f /sfx2
parent60c27fe7ee1616c99a9905d8766370f1a8d7a945 (diff)
INTEGRATION: CWS c07v010_SRC680 (1.42.26); FILE MERGED
2007/01/16 14:12:00 mav 1.42.26.1: #b6509164# do not remove the extension
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/mailmodel.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/dialog/mailmodel.cxx b/sfx2/source/dialog/mailmodel.cxx
index 84d4294dbee3..3e51861e47a9 100644
--- a/sfx2/source/dialog/mailmodel.cxx
+++ b/sfx2/source/dialog/mailmodel.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mailmodel.cxx,v $
*
- * $Revision: 1.44 $
+ * $Revision: 1.45 $
*
- * last change: $Author: rt $ $Date: 2007-01-29 14:53:52 $
+ * last change: $Author: rt $ $Date: 2007-01-30 13:28:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -540,7 +540,6 @@ SfxMailModel::SaveResult SfxMailModel::SaveDocumentAsFormat(
{
// Determine file name from model
INetURLObject aFileObj( xStorable->getLocation() );
- aFileObj.removeExtension();
aFileName = aFileObj.getName( INetURLObject::LAST_SEGMENT, true, INetURLObject::NO_DECODE );
}
}