summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2019-12-02 22:10:15 +0000
committerMichael Meeks <michael.meeks@collabora.com>2019-12-03 09:46:20 +0100
commitc4ef1caaeada44750cb420cc755532e5df1c5fb9 (patch)
treefaa1b73893a0e930fc1d5c47e71dd510720545a1 /svx
parent3b7661cda1c910524a2c4e3394417971fa025f31 (diff)
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 <michael.meeks@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sidebar/possize/PosSizePropertyPanel.cxx2
1 files changed, 1 insertions, 1 deletions
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 {