diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-05 23:57:43 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-05 23:57:43 +0100 |
commit | aed400f208fbf9ba2ce943030f84e6c993f482fb (patch) | |
tree | 7aef3e4e0b48d65dad286dc1e28bf728938999fd /sw/source | |
parent | de793a575ab77b3165f60c9d255f7677a9f7957a (diff) |
CWS gnumake3: reverted error from cws gnumake2
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/html/htmltabw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmltabw.cxx b/sw/source/filter/html/htmltabw.cxx index 03e59beefbed..c9d80478a975 100644 --- a/sw/source/filter/html/htmltabw.cxx +++ b/sw/source/filter/html/htmltabw.cxx @@ -338,7 +338,7 @@ void SwHTMLWrtTable::OutTableCell( SwHTMLWriter& rWrt, #ifndef PURE_HTML long nWidth = 0; - sal_uInt32 nPrcWidth = ULONG_MAX; + sal_uInt32 nPrcWidth = USHRT_MAX; if( bOutWidth ) { if( bLayoutExport ) |