INTEGRATION: CWS xmlfilter01 (1.111.2.6.20); FILE MERGED

2003/04/02 07:15:46 as 1.111.2.6.20.1: #108549# use right command for loading xml
This commit is contained in:
Jens-Heiner Rechtien 2003-04-04 15:08:17 +00:00
parent 7a413d953b
commit 0481c89612

View file

@ -2,9 +2,9 @@
*
* $RCSfile: objstor.cxx,v $
*
* $Revision: 1.112 $
* $Revision: 1.113 $
*
* last change: $Author: hr $ $Date: 2003-03-27 11:28:15 $
* last change: $Author: hr $ $Date: 2003-04-04 16:08:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -1587,7 +1587,7 @@ sal_Bool SfxObjectShell::ImportFrom( SfxMedium& rMedium )
xImporter->setTargetDocument( xComp );
::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue > lDescriptor;
rMedium.GetItemSet()->Put( SfxStringItem( SID_OPENURL, rMedium.GetName() ) );
rMedium.GetItemSet()->Put( SfxStringItem( SID_FILE_NAME, rMedium.GetName() ) );
TransformItems( SID_OPENDOC, *rMedium.GetItemSet(), lDescriptor );
com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue > aArgs ( lDescriptor.getLength() + 1);