Author: arielch
Date: Sun Dec  2 15:44:13 2012
New Revision: 1416191

URL: http://svn.apache.org/viewvc?rev=1416191&view=rev
Log:
Fix build breaker: include <limits> for std::numeric_limits

Modified:
    openoffice/trunk/main/sw/source/filter/ww8/ww8par.hxx

Modified: openoffice/trunk/main/sw/source/filter/ww8/ww8par.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/filter/ww8/ww8par.hxx?rev=1416191&r1=1416190&r2=1416191&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/filter/ww8/ww8par.hxx (original)
+++ openoffice/trunk/main/sw/source/filter/ww8/ww8par.hxx Sun Dec  2 15:44:13 
2012
@@ -40,7 +40,7 @@
 #include <deque>
 #include <map>
 #include <utility>
-#include <limits.h>
+#include <limits>
 
 #include "tracer.hxx"
 #include "ww8struc.hxx"     // WW8_BRC


Reply via email to