From c4ef1caaeada44750cb420cc755532e5df1c5fb9 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 2 Dec 2019 22:10:15 +0000 Subject: [PATCH] lok: shape selection: perform the needed unit conversion in a clever way follow-on fixup of: 35d6c6ffc9b3f66e3802d1770c4e87cf843c3a48 which ended up not removing the duplicated conversion logic it should have. Change-Id: I28ef0180749f6356ec456b4f0b1eef1b474fd6c9 Reviewed-on: https://gerrit.libreoffice.org/84284 Tested-by: Jenkins Reviewed-by: Michael Meeks --- svx/source/sidebar/possize/PosSizePropertyPanel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx index 25127882e620..f9f3d576be2f 100644 --- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx +++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx @@ -52,7 +52,7 @@ using namespace css; using namespace css::uno; -const char USERITEM_NAME[] = "FitItem"; +const char USERITEM_NAME[] = "FitItem"; namespace svx { namespace sidebar {