summaryrefslogtreecommitdiff
path: root/sw/source/core/bastyp/tabcol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/bastyp/tabcol.cxx')
-rw-r--r--sw/source/core/bastyp/tabcol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/bastyp/tabcol.cxx b/sw/source/core/bastyp/tabcol.cxx
index c17a0a87dc22..e74953eeb5dd 100644
--- a/sw/source/core/bastyp/tabcol.cxx
+++ b/sw/source/core/bastyp/tabcol.cxx
@@ -71,7 +71,7 @@ void SwTabCols::Insert( long nValue, bool bValue, size_t nPos )
SwTabColsEntry aEntry;
aEntry.nPos = nValue;
aEntry.nMin = 0;
- aEntry.nMax = LONG_MAX;
+ aEntry.nMax = SAL_MAX_INT32;
aEntry.bHidden = bValue;
aData.insert( aData.begin() + nPos, aEntry );