From 677f96f7f849f8a098e389a06356eb0c38809fa5 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 2 Dec 2019 22:10:15 +0000 Subject: 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 c22ef12cc197..6258eb810f8d 100644 --- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx +++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx @@ -55,7 +55,7 @@ using namespace css; using namespace css::uno; -const char USERITEM_NAME[] = "FitItem"; +const char USERITEM_NAME[] = "FitItem"; namespace svx { namespace sidebar { -- cgit v1.2.3