diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-24 15:57:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-25 14:26:56 +0100 |
commit | 9a96b1b5158428e4b1925816932d6d0060e6c3d6 (patch) | |
tree | feb0dfd7f62a3967d51799482ca8461f587e4bbc /fpicker | |
parent | 1d0cdc461c43f0ce0eda4961311a972edf9e78e2 (diff) |
remove unused defines and convert some to OUStringLiteral
Also remove the associated links.txt entries
Change-Id: I5028fab2feb828875a0b772418fc29cbdfe4ce72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125773
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/inc/bitmaps.hlst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpicker/inc/bitmaps.hlst b/fpicker/inc/bitmaps.hlst index 57d8ed0db6c6..5771d6134b05 100644 --- a/fpicker/inc/bitmaps.hlst +++ b/fpicker/inc/bitmaps.hlst @@ -9,7 +9,6 @@ #pragma once -#define RID_BMP_FOLDER_OPEN "res/folderop.png" inline constexpr OUStringLiteral BMP_FILEDLG_PLACE_LOCAL = u"fpicker/res/fp015.png"; inline constexpr OUStringLiteral BMP_FILEDLG_PLACE_REMOTE = u"fpicker/res/fp016.png"; inline constexpr OUStringLiteral RID_BMP_FOLDER = u"svtools/res/folder.png"; |