summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatarina Behrens <bubli@bubli.org>2015-01-27 22:31:20 +0100
committerKatarina Behrens <bubli@bubli.org>2015-01-27 22:49:19 +0100
commit8fd9c25ac66dd238d4c68be3974241a18cb21705 (patch)
treefeb36c192db08bf0bd7f1a01a91685d3d528c4b9
parent94716a4d071418ac4cef42ce85da1c42a0df6347 (diff)
tdf#82524: Mismatch of ValueSet and metric field values
Regression from commit ab50bc9d4a72193c1fefcbf0652938995094bc41 which adds space separator between value and unit. As metric fields now output values with separator, LineWidthValueSet items must be adjusted accordingly, otherwise they'll never match Change-Id: I55778c9c0cc36d968a061e5e35b6db3f2a159977
-rw-r--r--svx/source/sidebar/line/LineWidthControl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/sidebar/line/LineWidthControl.cxx b/svx/source/sidebar/line/LineWidthControl.cxx
index 4683044459b9..f7e1106d7439 100644
--- a/svx/source/sidebar/line/LineWidthControl.cxx
+++ b/svx/source/sidebar/line/LineWidthControl.cxx
@@ -150,6 +150,7 @@ void LineWidthControl::Initialize()
for(int i = 0; i <= 7 ; i++)
{
rStr[i] = rStr[i].replace('.', cSep);//Modify
+ rStr[i] += " ";
rStr[i] += mstrPT;
}
//end