diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-08-03 16:47:29 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-08-14 08:45:30 +0200 |
commit | c2be2cfec1f76d1f44b9b04a2189ef2a824baa3a (patch) | |
tree | 0a2b99c0a4238b408e2d47d69d8d43ff0a75dd81 /fpicker | |
parent | eac8f6385dcdb128e8360d1322aaf20b38e0efa3 (diff) |
delete entry in the context menu
Change-Id: Ib315dbc27b8b278ffce4bb24f4c4b60e5cb4d709
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/RemoteFilesDialog.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx index 4ec8569160ce..0806c81b9aba 100644 --- a/fpicker/source/office/RemoteFilesDialog.cxx +++ b/fpicker/source/office/RemoteFilesDialog.cxx @@ -226,6 +226,7 @@ RemoteFilesDialog::RemoteFilesDialog( vcl::Window* pParent, WinBits nBits ) m_pFileView->EnableAutoResize(); m_pFileView->SetDoubleClickHdl( LINK( this, RemoteFilesDialog, DoubleClickHdl ) ); m_pFileView->SetSelectHdl( LINK( this, RemoteFilesDialog, SelectHdl ) ); + m_pFileView->EnableDelete( true ); m_pSplitter = VclPtr< Splitter >::Create( m_pContainer, WB_HSCROLL ); m_pSplitter->SetBackground( Wallpaper( Application::GetSettings().GetStyleSettings().GetFaceColor() ) ); |