diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2016-11-04 14:26:02 +0100 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2016-11-04 22:35:12 +0000 |
commit | 19fa8aae970f66a808a3757b0de34fa9caee2ec4 (patch) | |
tree | 96fff5024d50683c2bcc89b7a8364d76dfa30f48 /sw/source/uibase/sidebar | |
parent | 5b389c32eb3928c59387c2d6d48667632d7e9206 (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>
Diffstat (limited to 'sw/source/uibase/sidebar')
-rw-r--r-- | sw/source/uibase/sidebar/PageMarginControl.cxx | 2 |
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; |