summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-07-03 13:27:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-07-04 19:16:40 +0200
commit77befddec9486403c471b2beafd4ca0fd2429c5a (patch)
tree26eec86a03710d526f6f031b8898930777626921 /forms
parent798ea743033273714780ba7bcf5a29a9b6c2d4a1 (diff)
loplugin:unusedvarsglobal
Change-Id: Ia86c8bd0bdc85c375eb3837ba97f9e171d9dac6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153974 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/frm_strings.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/forms/source/inc/frm_strings.hxx b/forms/source/inc/frm_strings.hxx
index 5dbceb886cc8..aba05b2a6ab6 100644
--- a/forms/source/inc/frm_strings.hxx
+++ b/forms/source/inc/frm_strings.hxx
@@ -213,8 +213,6 @@ inline constexpr OUStringLiteral PROPERTY_BACKGROUNDCOLOR = u"BackgroundColor";
inline constexpr OUStringLiteral PROPERTY_ICONSIZE = u"IconSize";
inline constexpr OUStringLiteral PROPERTY_TEXTLINECOLOR = u"TextLineColor";
inline constexpr OUStringLiteral PROPERTY_HIDEINACTIVESELECTION = u"HideInactiveSelection";
-inline constexpr OUStringLiteral PROPERTY_HIGHLIGHT_COLOR = u"HighlightColor";
-inline constexpr OUStringLiteral PROPERTY_HIGHLIGHT_TEXT_COLOR = u"HighlightTextColor";
inline constexpr OUStringLiteral PROPERTY_STANDARD_THEME = u"StandardTheme";