diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:40:38 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:40:38 +0000 |
commit | b9ba07acbe6f8b004ee9f91d6269552e989d8d9e (patch) | |
tree | 85160994e007ab8a96098303d01d0d2ae67a4607 /UnoControls | |
parent | 3237671f5e0dc1e8b31761e788c3662c773e424b (diff) |
INTEGRATION: CWS gcc430two (1.7.22); FILE MERGED
2008/01/28 09:53:01 rene 1.7.22.1: more gcc 4.3.0 things
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/controls/progressbar.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/UnoControls/source/controls/progressbar.cxx b/UnoControls/source/controls/progressbar.cxx index 7a7a9a3bb..1a8ff0475 100644 --- a/UnoControls/source/controls/progressbar.cxx +++ b/UnoControls/source/controls/progressbar.cxx @@ -4,9 +4,9 @@ * * $RCSfile: progressbar.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:09:34 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:40:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,6 +69,7 @@ #endif #include <math.h> +#include <limits.h> //____________________________________________________________________________________________________________ // includes of my project |