diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-01-28 18:13:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-01-28 18:13:22 +0000 |
commit | 7bba1553c16f4276aad38589cb2ad40fc20c210f (patch) | |
tree | 3589091712d2f35e763af1efaaceb4347f8f4cf7 /sfx2/source/doc | |
parent | 01abb48b899694a9924fc2b9b68b778d77bb3caa (diff) |
INTEGRATION: CWS filtercfg (1.52.6); FILE MERGED
2004/01/13 19:57:52 as 1.52.6.2: RESYNC: (1.52-1.53); FILE MERGED
2003/10/30 16:36:40 mba 1.52.6.1: #102620#: create SfxFilters on demand
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r-- | sfx2/source/doc/doctempl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/doctempl.cxx b/sfx2/source/doc/doctempl.cxx index 92a7dd5db8e7..b1caa0a76561 100644 --- a/sfx2/source/doc/doctempl.cxx +++ b/sfx2/source/doc/doctempl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: doctempl.cxx,v $ * - * $Revision: 1.53 $ + * $Revision: 1.54 $ * - * last change: $Author: vg $ $Date: 2004-01-06 16:28:13 $ + * last change: $Author: kz $ $Date: 2004-01-28 19:13:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1939,7 +1939,7 @@ BOOL EntryData_Impl::DeleteObjectShell() { bRet=mxObjShell->PreDoSaveAs_Impl( GetTargetURL(), - mxObjShell->GetFactory().GetFilter(0)->GetFilterName(),0 ); + mxObjShell->GetFactory().GetFilterContainer()->GetAnyFilter( SFX_FILTER_EXPORT | SFX_FILTER_IMPORT, SFX_FILTER_INTERNAL )->GetFilterName(), 0 ); } else { |