From 19fa8aae970f66a808a3757b0de34fa9caee2ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20K=C5=82os?= Date: Fri, 4 Nov 2016 14:26:02 +0100 Subject: [PATCH] tdf#93520 : Mirrored page margin tooltip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5cf0c7eeba204d4493ae1f4229718faf870a5528 Reviewed-on: https://gerrit.libreoffice.org/30570 Reviewed-by: Szymon Kłos Tested-by: Szymon Kłos --- sw/source/uibase/sidebar/PageMarginControl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;