[Libreoffice-commits] .: svx/source
Eike Rathke
erack at kemper.freedesktop.org
Mon Aug 8 04:07:48 PDT 2011
svx/source/items/numfmtsh.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 2ccabe21ad789aa0bc2c3bd7834a18760ff4f2da
Author: Eike Rathke <erack at erack.de>
Date: Mon Aug 8 13:06:35 2011 +0200
fix build breaker, include limits
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx
index ffe0b0a..522658e 100644
--- a/svx/source/items/numfmtsh.cxx
+++ b/svx/source/items/numfmtsh.cxx
@@ -46,6 +46,9 @@
#include <comphelper/processfactory.hxx>
#include <svx/numfmtsh.hxx>
+
+#include <limits>
+
// class SvxNumberFormatShell --------------------------------------------
const double SvxNumberFormatShell::DEFAULT_NUMVALUE = 1234.56789;
More information about the Libreoffice-commits
mailing list