fix build, don't pass int as sal_uInt16, tdf#34449 follow-up
Change-Id: Ia813b4d4296235f273c826444fcce3e9217cdee7
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user