summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-01-28 18:10:12 +0000
committerKurt Zenker <kz@openoffice.org>2004-01-28 18:10:12 +0000
commit42e6850e115c931d4835507a9ffdc4631a1f119c (patch)
tree09584ec2cfaae7957720cda2edf52727e6b6159c /sfx2/source/appl
parentc58fa1708c505ead687619818872ceb029049409 (diff)
INTEGRATION: CWS filtercfg (1.73.6); FILE MERGED
2003/11/19 12:54:49 as 1.73.6.2: RESYNC: (1.73-1.74); FILE MERGED 2003/10/30 16:27:25 mba 1.73.6.1: #102620#: create SfxFilters on demand
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r--sfx2/source/appl/appopen.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index 9836b3e63a0c..feb28fee66c2 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appopen.cxx,v $
*
- * $Revision: 1.74 $
+ * $Revision: 1.75 $
*
- * last change: $Author: hr $ $Date: 2003-11-05 14:30:43 $
+ * last change: $Author: kz $ $Date: 2004-01-28 19:10:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -527,7 +527,8 @@ ULONG SfxApplication::LoadTemplate( SfxObjectShellLock& xDoc, const String &rFil
{
SfxItemSet* pNew = xDoc->GetMedium()->GetItemSet()->Clone();
pNew->ClearItem( SID_PROGRESS_STATUSBAR_CONTROL );
- pNew->Put( SfxStringItem( SID_FILTER_NAME, xDoc->GetFactory().GetFilter(0)->GetFilterName() ) );
+ pNew->ClearItem( SID_FILTER_NAME );
+ //pNew->Put( SfxStringItem( SID_FILTER_NAME, xDoc->GetFactory().GetFilter(0)->GetFilterName() ) );
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aArgs;
TransformItems( SID_OPENDOC, *pNew, aArgs );
sal_Int32 nLength = aArgs.getLength();