From 4843303072cf1ed0027f382b0951eae35fa70b7e Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 17 Nov 2004 14:34:06 +0000 Subject: INTEGRATION: CWS fwkp2fix02 (1.2.68); FILE MERGED 2004/11/03 17:01:43 mav 1.2.68.1: #i35589# use the default printer if there is no --- sfx2/source/doc/guisaveas.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx index 322b82e34934..6032ac835ee4 100644 --- a/sfx2/source/doc/guisaveas.cxx +++ b/sfx2/source/doc/guisaveas.cxx @@ -2,9 +2,9 @@ * * $RCSfile: guisaveas.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-11-17 13:36:50 $ + * last change: $Author: obo $ $Date: 2004-11-17 15:34:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1238,6 +1238,9 @@ sal_Bool SfxStoringHelper::GUIStoreModel( const uno::Reference< frame::XModel >& if ( aIter != aModelData.GetMediaDescr().end() ) aIter->second >>= aFilterName; + else + aModelData.GetMediaDescr()[::rtl::OUString::createFromAscii( "FilterName" )] <<= aFilterName; + DBG_ASSERT( aFilterName.getLength(), "Illegal filter!" ); } else -- cgit