diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 16:33:16 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 16:33:16 +0000 |
commit | 6656a68b037515996481f824f4efbe5d7e2cfa7c (patch) | |
tree | 7f1b3aefe5eb3ffeb3bb8df6f5eb04ef7be794b7 /sfx2/source/dialog/mailmodel.cxx | |
parent | 2bec3df28507c11dc11a2a3b42384c62b6c4f1d4 (diff) |
INTEGRATION: CWS dba22 (1.26.134); FILE MERGED
2005/01/07 08:27:37 oj 1.26.134.2: RESYNC: (1.26-1.28); FILE MERGED
2004/12/09 10:04:46 oj 1.26.134.1: #i38720# remove dot in pdf extension
Diffstat (limited to 'sfx2/source/dialog/mailmodel.cxx')
-rw-r--r-- | sfx2/source/dialog/mailmodel.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/mailmodel.cxx b/sfx2/source/dialog/mailmodel.cxx index 1a3f87b7faaa..dba919183056 100644 --- a/sfx2/source/dialog/mailmodel.cxx +++ b/sfx2/source/dialog/mailmodel.cxx @@ -2,9 +2,9 @@ * * $RCSfile: mailmodel.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2005-01-05 16:15:20 $ + * last change: $Author: kz $ $Date: 2005-01-21 17:33:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -371,7 +371,7 @@ SfxMailModel_Impl::SaveResult SfxMailModel_Impl::SaveDocAsPDF( String& rFileName // Get PDF Filter from document SfxFilterMatcher aMatcher( String::CreateFromAscii(xDocShell->GetFactory().GetShortName()) ); - String aPDFExtension = String::CreateFromAscii( ".pdf" ); + String aPDFExtension = String::CreateFromAscii( "pdf" ); const SfxFilter* pFilter = aMatcher.GetFilter4Extension( aPDFExtension, SFX_FILTER_EXPORT ); sal_Bool bHasFilter = pFilter ? sal_True : sal_False; |