[Libreoffice-commits] core.git: sw/source

Szymon Kłos eszkadev at gmail.com
Fri Nov 4 22:35:38 UTC 2016


 sw/source/uibase/sidebar/PageMarginControl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 19fa8aae970f66a808a3757b0de34fa9caee2ec4
Author: Szymon Kłos <eszkadev at gmail.com>
Date:   Fri Nov 4 14:26:02 2016 +0100

    tdf#93520 : Mirrored page margin tooltip
    
    Change-Id: I5cf0c7eeba204d4493ae1f4229718faf870a5528
    Reviewed-on: https://gerrit.libreoffice.org/30570
    Reviewed-by: Szymon Kłos <eszkadev at gmail.com>
    Tested-by: Szymon Kłos <eszkadev at gmail.com>

diff --git a/sw/source/uibase/sidebar/PageMarginControl.cxx b/sw/source/uibase/sidebar/PageMarginControl.cxx
index 90d7e67..fca7784 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;


More information about the Libreoffice-commits mailing list