diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 13:19:23 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 13:19:23 +0000 |
commit | e437f3a6f835b267c2337ee37adf183feb384f32 (patch) | |
tree | cfe2c169483ca1aa5263bafaec8540a6be40cff0 /sfx2 | |
parent | 2058774bf930a93b5689774bd3f8e6efc08e2a05 (diff) |
INTEGRATION: CWS calcshare2 (1.32.20); FILE MERGED
2008/03/27 14:14:40 mav 1.32.20.1: #i87504# let the expected location be used
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/guisaveas.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx index 31ecb270ae2c..5b16edc2c736 100644 --- a/sfx2/source/doc/guisaveas.cxx +++ b/sfx2/source/doc/guisaveas.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: guisaveas.cxx,v $ - * $Revision: 1.34 $ + * $Revision: 1.35 $ * * This file is part of OpenOffice.org. * @@ -1173,7 +1173,8 @@ uno::Reference< container::XNameAccess > SfxStoringHelper::GetNamedModuleManager sal_Bool SfxStoringHelper::GUIStoreModel( const uno::Reference< frame::XModel >& xModel, const ::rtl::OUString& aSlotName, uno::Sequence< beans::PropertyValue >& aArgsSequence, - sal_Bool bPreselectPassword ) + sal_Bool bPreselectPassword, + ::rtl::OUString aUserSelectedName ) { ModelData_Impl aModelData( *this, xModel, aArgsSequence ); @@ -1320,7 +1321,6 @@ sal_Bool SfxStoringHelper::GUIStoreModel( const uno::Reference< frame::XModel >& aStdDirIter->second >>= sStandardDir; sal_Bool bExit = sal_False; - ::rtl::OUString aUserSelectedName; while ( !bExit ) { bUseFilterOptions = aModelData.OutputFileDialog( nStoreMode, aFilterProps, bSetStandardName, aUserSelectedName, bPreselectPassword, aPath, nDialog, sStandardDir ); |