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

Yousuf Philips philipz85 at hotmail.com
Wed Nov 8 13:48:34 UTC 2017


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

New commits:
commit bab20c21288ace0791cf4f43bc646d88c8712e8a
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Mon Nov 6 19:19:09 2017 +0400

    tdf#99027 Use 0.5pt border size with toolbar control
    
    Change-Id: Ie04195b5d3cfc03ccb863d5450f9a4c86d24d962
    Reviewed-on: https://gerrit.libreoffice.org/44369
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jim Raykowski <raykowj at gmail.com>
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>

diff --git a/sw/source/uibase/shells/tabsh.cxx b/sw/source/uibase/shells/tabsh.cxx
index b3519acbf9d6..61814a10b53a 100644
--- a/sw/source/uibase/shells/tabsh.cxx
+++ b/sw/source/uibase/shells/tabsh.cxx
@@ -527,7 +527,7 @@ void SwTableShell::Execute(SfxRequest &rReq)
             if(aBorderLine.GetOutWidth() == 0)
             {
                 aBorderLine.SetBorderLineStyle(SvxBorderLineStyle::SOLID);
-                aBorderLine.SetWidth( DEF_LINE_WIDTH_0 );
+                aBorderLine.SetWidth( DEF_LINE_WIDTH_5 );
             }
 
             if( aBox.GetTop() != nullptr )


More information about the Libreoffice-commits mailing list