summaryrefslogtreecommitdiff
path: root/fpicker/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-04 13:23:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-05 16:06:59 +0200
commit76c5f33e65e9a36c94c46f1ed0b6d33721d21cfb (patch)
tree35efc002c6f8e300b6fb7b408f5727cf999361a8 /fpicker/inc
parent108d1b7c62bba7220f0e61bba8bb04ccc545bc63 (diff)
move file picker only code to fpicker
Change-Id: I47cc2cb7db396a06a2abeffe4a5d40a039f21c58 Reviewed-on: https://gerrit.libreoffice.org/80222 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker/inc')
-rw-r--r--fpicker/inc/bitmaps.hlst2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpicker/inc/bitmaps.hlst b/fpicker/inc/bitmaps.hlst
index 61d5b71186de..878058154fb6 100644
--- a/fpicker/inc/bitmaps.hlst
+++ b/fpicker/inc/bitmaps.hlst
@@ -10,10 +10,12 @@
#ifndef INCLUDED_FPICKER_INC_BITMAPS_HRC
#define INCLUDED_FPICKER_INC_BITMAPS_HRC
+#define RID_BMP_FOLDER_OPEN "res/folderop.png"
#define BMP_FILEDLG_BTN_UP "res/fp010.png"
#define BMP_FILEDLG_CREATEFOLDER "fpicker/res/fp014.png"
#define BMP_FILEDLG_PLACE_LOCAL "fpicker/res/fp015.png"
#define BMP_FILEDLG_PLACE_REMOTE "fpicker/res/fp016.png"
+#define RID_BMP_FOLDER "svtools/res/folder.png"
#endif