diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-03 13:27:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-04 19:16:40 +0200 |
commit | 77befddec9486403c471b2beafd4ca0fd2429c5a (patch) | |
tree | 26eec86a03710d526f6f031b8898930777626921 /xmloff/source | |
parent | 798ea743033273714780ba7bcf5a29a9b6c2d4a1 (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 'xmloff/source')
-rw-r--r-- | xmloff/source/forms/strings.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/forms/strings.hxx b/xmloff/source/forms/strings.hxx index 02318d4ab39b..ee4abc456735 100644 --- a/xmloff/source/forms/strings.hxx +++ b/xmloff/source/forms/strings.hxx @@ -133,7 +133,6 @@ namespace xmloff inline constexpr OUStringLiteral PROPERTY_VISUAL_EFFECT = u"VisualEffect"; inline constexpr OUStringLiteral PROPERTY_IMAGE_POSITION = u"ImagePosition"; inline constexpr OUStringLiteral PROPERTY_IMAGE_ALIGN = u"ImageAlign"; - inline constexpr OUStringLiteral PROPERTY_SCALE_IMAGE = u"ScaleImage"; inline constexpr OUStringLiteral PROPERTY_GROUP_NAME = u"GroupName"; inline constexpr OUStringLiteral PROPERTY_BOUND_CELL = u"BoundCell"; |