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 /formula/inc | |
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 'formula/inc')
-rw-r--r-- | formula/inc/bitmaps.hlst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/formula/inc/bitmaps.hlst b/formula/inc/bitmaps.hlst index d06d785cc3ec..1d1b9743f8ca 100644 --- a/formula/inc/bitmaps.hlst +++ b/formula/inc/bitmaps.hlst @@ -9,7 +9,6 @@ #pragma once -#define BMP_STR_CLOSE "formula/res/fapclose.png" inline constexpr OUStringLiteral BMP_STR_OPEN = u"formula/res/fapopen.png"; inline constexpr OUStringLiteral BMP_STR_END = u"formula/res/fapok.png"; inline constexpr OUStringLiteral BMP_STR_ERROR = u"formula/res/faperror.png"; |