summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmloff/nmspmap.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:51:31 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:51:31 +0000
commit2297beb63b3a0e2f81378ca94f3dcb411db9e4b2 (patch)
treea53141dbc0ec5b259f5bc20611a926ea109a4478 /xmloff/inc/xmloff/nmspmap.hxx
parent442de67ad642511b1537d68cdc39eb0a806adda7 (diff)
INTEGRATION: CWS gcc430two (1.2.180); FILE MERGED
2008/01/28 09:53:14 rene 1.2.180.1: more gcc 4.3.0 things
Diffstat (limited to 'xmloff/inc/xmloff/nmspmap.hxx')
-rw-r--r--xmloff/inc/xmloff/nmspmap.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/inc/xmloff/nmspmap.hxx b/xmloff/inc/xmloff/nmspmap.hxx
index fd9b717658..5c406dd7c8 100644
--- a/xmloff/inc/xmloff/nmspmap.hxx
+++ b/xmloff/inc/xmloff/nmspmap.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: nmspmap.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 13:27:58 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:51:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,6 +61,8 @@
#include <cppuhelper/weak.hxx>
#endif
+#include <limits.h>
+
const sal_uInt16 XML_NAMESPACE_XMLNS = (USHRT_MAX-2);
const sal_uInt16 XML_NAMESPACE_NONE = (USHRT_MAX-1);
const sal_uInt16 XML_NAMESPACE_UNKNOWN = (USHRT_MAX);