summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/tblsel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/frmedt/tblsel.cxx')
-rw-r--r--sw/source/core/frmedt/tblsel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/frmedt/tblsel.cxx b/sw/source/core/frmedt/tblsel.cxx
index 358a383f2dd1..f0687c88e75e 100644
--- a/sw/source/core/frmedt/tblsel.cxx
+++ b/sw/source/core/frmedt/tblsel.cxx
@@ -1815,7 +1815,7 @@ void MakeSelUnions( SwSelUnions& rUnions, const SwLayoutFrm *pStart,
const long nStSz = pStart->GetFmt()->GetFrmSize().GetWidth();
const long nEdSz = pEnd->GetFmt()->GetFrmSize().GetWidth();
- const long nWish = Max( 1L, pTable->GetFmt()->GetFrmSize().GetWidth() );
+ const long nWish = std::max( 1L, pTable->GetFmt()->GetFrmSize().GetWidth() );
while ( pTable )
{
SWRECTFN( pTable )