diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-11-28 16:00:49 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-11-28 16:00:49 +0000 |
commit | 3861003ba00c2b2829dbf68148dff448231ce364 (patch) | |
tree | 144e0ed5da3d4960ef2ba161f2e01172c2c22504 /sfx2/source/dialog/mailmodel.cxx | |
parent | de91e8882672e977b8eb3e2dc5b0c9ea1117e334 (diff) |
#78650#: filter names without module prefixes
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 6d57aabdaf38..f59ff45834dc 100644 --- a/sfx2/source/dialog/mailmodel.cxx +++ b/sfx2/source/dialog/mailmodel.cxx @@ -2,9 +2,9 @@ * * $RCSfile: mailmodel.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: sb $ $Date: 2001-11-02 15:59:13 $ + * last change: $Author: mba $ $Date: 2001-11-28 17:00:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -299,7 +299,7 @@ sal_Bool SfxMailModel_Impl::SaveDocument( String& rFileName, String& rType ) //#endif SfxStringItem* pFilterName = NULL; if ( pFilter && bHasFilter ) - pFilterName = new SfxStringItem( SID_FILTER_NAME, pFilter->GetName() ); + pFilterName = new SfxStringItem( SID_FILTER_NAME, pFilter->GetFilterName() ); // pDisp->Execute( SID_SAVEDOC, SFX_CALLMODE_SYNCHRON, // pFilterName, 0L ); pDisp->Execute( SID_SAVEASDOC, SFX_CALLMODE_SYNCHRON, &aFileName, &aPicklist, &aSaveTo, |