diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-26 11:31:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-26 14:29:58 +0100 |
commit | 95bd1f66f879caa13484c408b05d05d1e42075ca (patch) | |
tree | 05a1696dd33d5770fe3d56026ad7ef286740437b /svx/source/sidebar/text | |
parent | d9796e597329849a6d360f205c5d36f7838884d8 (diff) |
loplugin:stringliteraldefine in svx
Change-Id: I2375ebfe9791c43063ffbc8ddbe1bd365499a576
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125868
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/sidebar/text')
-rw-r--r-- | svx/source/sidebar/text/TextCharacterSpacingControl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/text/TextCharacterSpacingControl.hxx b/svx/source/sidebar/text/TextCharacterSpacingControl.hxx index 9261ce77eb40..a8ce8b7fb35f 100644 --- a/svx/source/sidebar/text/TextCharacterSpacingControl.hxx +++ b/svx/source/sidebar/text/TextCharacterSpacingControl.hxx @@ -26,7 +26,7 @@ namespace svx { #define SPACING_CLOSE_BY_CLICK_ICON -1 #define SPACING_CLOSE_BY_CUS_EDIT 1 -#define SIDEBAR_SPACING_GLOBAL_VALUE "PopupPanel_Spacing" +inline constexpr OUStringLiteral SIDEBAR_SPACING_GLOBAL_VALUE = u"PopupPanel_Spacing"; class TextCharacterSpacingPopup; |