diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-03-10 11:52:17 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-03-10 11:52:17 +0100 |
commit | 033ae7933d91aad60d1c4ac3bd9b87a64b751272 (patch) | |
tree | 3682ba5fd08187c9142603a09926eaec53c13fde /configmgr | |
parent | 8b9ebf6f31f42f8d48c87c6a2ef8fca2d2f9b5fe (diff) |
#i109991#
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/xcdparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/xcdparser.cxx b/configmgr/source/xcdparser.cxx index 2f860f8054..8306c692c3 100644 --- a/configmgr/source/xcdparser.cxx +++ b/configmgr/source/xcdparser.cxx @@ -28,7 +28,7 @@ #include "precompiled_configmgr.hxx" #include "sal/config.h" -#include <cstddef> +#include <climits> #include "com/sun/star/uno/Reference.hxx" #include "com/sun/star/uno/RuntimeException.hpp" |