diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-13 22:49:58 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-13 22:49:58 +0100 |
commit | f3c99d5e34df5304bca88f6fcc42476ee6645bc2 (patch) | |
tree | 1edc6081b2cd1c25dfca3e3730c84458329e3e6b /sfx2/source/dialog/filedlghelper.cxx | |
parent | ab7324559877ca1fd18178e1a41f821d0dfe4be3 (diff) |
Remove some dead code
Diffstat (limited to 'sfx2/source/dialog/filedlghelper.cxx')
-rw-r--r-- | sfx2/source/dialog/filedlghelper.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx index ebc187bc6669..843e9303b0cb 100644 --- a/sfx2/source/dialog/filedlghelper.cxx +++ b/sfx2/source/dialog/filedlghelper.cxx @@ -659,18 +659,6 @@ void FileDialogHelper_Impl::updateVersions() for ( sal_Int32 i=0; i<xVersions.getLength(); i++ ) aEntries[ i + 1 ] = xVersions[i].Identifier; - - // TODO/LATER: not sure that this information must be shown in future ( binfilter? ) -//REMOVE else -//REMOVE { -//REMOVE SfxFilterFlags nMust = SFX_FILTER_IMPORT | SFX_FILTER_OWN; -//REMOVE SfxFilterFlags nDont = SFX_FILTER_NOTINSTALLED | SFX_FILTER_STARONEFILTER; -//REMOVE if ( SFX_APP()->GetFilterMatcher().GetFilter4ClipBoardId( pStor->GetFormat(), nMust, nDont ) ) -//REMOVE { -//REMOVE aEntries.realloc( 1 ); -//REMOVE aEntries[0] = OUString( String ( SfxResId( STR_SFX_FILEDLG_ACTUALVERSION ) ) ); -//REMOVE } -//REMOVE } } catch( uno::Exception& ) { |