From e8a76aa83e156bd2c79aed655200c4d6d708d689 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Apr 2017 21:19:06 +0100 Subject: remove fpicker bitmaps from .src files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ice75bf15e509869bb7e8344381595838918acd81 Reviewed-on: https://gerrit.libreoffice.org/36965 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- fpicker/source/office/RemoteFilesDialog.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fpicker/source/office/RemoteFilesDialog.cxx') diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx index 6aa6dbc18fdb..8b2b267a7e7a 100644 --- a/fpicker/source/office/RemoteFilesDialog.cxx +++ b/fpicker/source/office/RemoteFilesDialog.cxx @@ -6,8 +6,10 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + #include "RemoteFilesDialog.hxx" #include +#include "bitmaps.hlst" class FileViewContainer : public vcl::Window { @@ -214,7 +216,7 @@ RemoteFilesDialog::RemoteFilesDialog( vcl::Window* pParent, PickerFlags nBits ) { get( m_pOk_btn, "save" ); - m_pNewFolder->SetModeImage(Image(BitmapEx(fpicker::SvtResId(BMP_FILEDLG_CREATEFOLDER)))); + m_pNewFolder->SetModeImage(Image(BitmapEx(BMP_FILEDLG_CREATEFOLDER))); m_pNewFolder->SetClickHdl( LINK( this, RemoteFilesDialog, NewFolderHdl ) ); } -- cgit