Kaydet (Commit) a5fd15b5 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS impress141 (1.1.38); FILE MERGED

2008/04/21 09:56:07 cl 1.1.38.2: RESYNC: (1.1-1.2); FILE MERGED
2008/04/16 09:16:29 sj 1.1.38.1: #i86326# added patch (removed unused methods)
üst cfa96b2a
......@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: fileopendialog.cxx,v $
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* This file is part of OpenOffice.org.
*
......@@ -166,10 +166,6 @@ void FileOpenDialog::setDefaultName( const rtl::OUString& rDefaultName )
{
mxFilePicker->setDefaultName( rDefaultName );
}
void FileOpenDialog::setDefaultDirectory( const rtl::OUString& rDefaultDirectory )
{
mxFilePicker->setDisplayDirectory( rDefaultDirectory );
}
::rtl::OUString FileOpenDialog::getURL() const
{
Sequence< OUString > aFileSeq( mxFilePicker->getFiles() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment