INTEGRATION: CWS as6 (1.11.40); FILE MERGED

2007/09/13 09:41:26 as 1.11.40.2: #i81231# dont use global service name to register Office file picker
2007/09/05 08:22:56 as 1.11.40.1: #i78850# remove AutoExtension check box
This commit is contained in:
Ivo Hinkelmann 2007-11-19 15:23:58 +00:00
parent 0334d00b09
commit 8493ccb972

View file

@ -4,9 +4,9 @@
*
* $RCSfile: OfficeFilePicker.cxx,v $
*
* $Revision: 1.12 $
* $Revision: 1.13 $
*
* last change: $Author: ihi $ $Date: 2007-09-13 16:28:35 $
* last change: $Author: ihi $ $Date: 2007-11-19 16:23:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -230,6 +230,7 @@ void SvtFilePicker::prepareExecute()
aPath.insertName( m_aDefaultName );
getDialog()->SetHasFilename( true );
}
String sPath = aPath.GetMainURL( INetURLObject::NO_DECODE );
getDialog()->SetPath( aPath.GetMainURL( INetURLObject::NO_DECODE ) );
}
else if ( m_aDefaultName.getLength() > 0 )