summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2016-11-04 14:26:02 +0100
committerSzymon Kłos <eszkadev@gmail.com>2016-11-04 22:35:12 +0000
commit19fa8aae970f66a808a3757b0de34fa9caee2ec4 (patch)
tree96fff5024d50683c2bcc89b7a8364d76dfa30f48
parent5b389c32eb3928c59387c2d6d48667632d7e9206 (diff)
tdf#93520 : Mirrored page margin tooltip
Change-Id: I5cf0c7eeba204d4493ae1f4229718faf870a5528 Reviewed-on: https://gerrit.libreoffice.org/30570 Reviewed-by: Szymon Kłos <eszkadev@gmail.com> Tested-by: Szymon Kłos <eszkadev@gmail.com>
-rw-r--r--sw/source/uibase/sidebar/PageMarginControl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/sidebar/PageMarginControl.cxx b/sw/source/uibase/sidebar/PageMarginControl.cxx
index 90d7e67642cd..fca7784920e9 100644
--- a/sw/source/uibase/sidebar/PageMarginControl.cxx
+++ b/sw/source/uibase/sidebar/PageMarginControl.cxx
@@ -334,7 +334,7 @@ void PageMarginControl::FillHelpText( const bool bUserCustomValuesAvailable )
aHelpText = aInner;
aHelpText += aWide3ValText;
aHelpText += aOuter;
- aHelpText += aWide3ValText;
+ aHelpText += aWide1ValText;
aHelpText += aTop;
aHelpText += aWide1ValText;
aHelpText += aBottom;