summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-12-07 19:37:14 +0100
committerEike Rathke <erack@redhat.com>2015-12-07 19:46:02 +0100
commitda150e5e30cd1c56e5dc6de7201af58bf98b291a (patch)
treeca499fc8f8eb4a9ad5aa35089e45f22b33d346d8 /cui/source
parentc7b3783c6729fbae2eec084c15b47cd7154d4096 (diff)
fix build, don't pass int as sal_uInt16, tdf#34449 follow-up
Change-Id: Ia813b4d4296235f273c826444fcce3e9217cdee7
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/tabpages/border.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index a4853ba56fa8..cd45b4fc0e37 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 );
}