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

Eike Rathke erack at redhat.com
Mon Dec 7 10:46:54 PST 2015


 cui/source/tabpages/border.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da150e5e30cd1c56e5dc6de7201af58bf98b291a
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Dec 7 19:37:14 2015 +0100

    fix build, don't pass int as sal_uInt16, tdf#34449 follow-up
    
    Change-Id: Ia813b4d4296235f273c826444fcce3e9217cdee7

diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index a4853ba..cd45b4f 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -1200,7 +1200,7 @@ IMPL_LINK_NOARG_TYPED(SvxBorderTabPage, LinesChanged_Impl, LinkParamNone*, void)
         m_pSynchronizeCB->Enable( m_pRightMF->IsEnabled() || m_pTopMF->IsEnabled() ||
                                m_pBottomMF->IsEnabled() || m_pLeftMF->IsEnabled() );
     }
-    UpdateRemoveAdjCellBorderCB( -1 );
+    UpdateRemoveAdjCellBorderCB( SAL_MAX_UINT16 );
 }
 
 


More information about the Libreoffice-commits mailing list