From 77befddec9486403c471b2beafd4ca0fd2429c5a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Jul 2023 13:27:18 +0200 Subject: loplugin:unusedvarsglobal Change-Id: Ia86c8bd0bdc85c375eb3837ba97f9e171d9dac6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153974 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/inc/xmlprop.hxx | 1 - xmloff/source/forms/strings.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/inc/xmlprop.hxx b/xmloff/inc/xmlprop.hxx index 14da0a3ad36d..7610eb2a9abd 100644 --- a/xmloff/inc/xmlprop.hxx +++ b/xmloff/inc/xmlprop.hxx @@ -580,7 +580,6 @@ inline constexpr OUStringLiteral PROP_SnapToGrid = u"SnapToGrid"; inline constexpr OUStringLiteral PROP_SoftEdgeRadius = u"SoftEdgeRadius"; inline constexpr OUStringLiteral PROP_SolidType = u"SolidType"; inline constexpr OUStringLiteral PROP_SortByXValues = u"SortByXValues"; -inline constexpr OUStringLiteral PROP_SortByYValues = u"SortByYValues"; inline constexpr OUStringLiteral PROP_Sound = u"Sound"; inline constexpr OUStringLiteral PROP_Speed = u"Speed"; inline constexpr OUStringLiteral PROP_SplineOrder = u"SplineOrder"; 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"; -- cgit