sw/source/uibase/shells/tabsh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bab20c21288ace0791cf4f43bc646d88c8712e8a Author: Yousuf Philips <[email protected]> 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 <[email protected]> Reviewed-by: Jim Raykowski <[email protected]> Reviewed-by: Yousuf Philips <[email protected]> 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 ) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
