summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/tabsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/tabsh.cxx')
-rw-r--r--sw/source/uibase/shells/tabsh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/shells/tabsh.cxx b/sw/source/uibase/shells/tabsh.cxx
index 594a018828da..ce54bdd02e31 100644
--- a/sw/source/uibase/shells/tabsh.cxx
+++ b/sw/source/uibase/shells/tabsh.cxx
@@ -873,8 +873,8 @@ void SwTableShell::Execute(SfxRequest &rReq)
{
tools::Long maxX = 0;
tools::Long maxY = 0;
- tools::Long minX = std::numeric_limits<long>::max();
- tools::Long minY = std::numeric_limits<long>::max();
+ tools::Long minX = std::numeric_limits<tools::Long>::max();
+ tools::Long minY = std::numeric_limits<tools::Long>::max();
tools::Long nbBoxes = aBoxes.size();
for ( tools::Long i = 0; i < nbBoxes; i++ )
{