summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:43:11 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:43:11 +0000
commit28f33c5650c961b2b0fa1ac09dee41bbff3c0d85 (patch)
treec5d538d0dc6b36b73f66260be56e4b3264b5713f /xmlsecurity
parent0d069ad5facf54610cbd0676888b023f4d758b3b (diff)
INTEGRATION: CWS gcc430two (1.6.94); FILE MERGED
2008/01/28 09:53:15 rene 1.6.94.1: more gcc 4.3.0 things
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/helper/xsecparser.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmlsecurity/source/helper/xsecparser.cxx b/xmlsecurity/source/helper/xsecparser.cxx
index 101bd664d3d6..8b8f55e7e7f9 100644
--- a/xmlsecurity/source/helper/xsecparser.cxx
+++ b/xmlsecurity/source/helper/xsecparser.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xsecparser.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 14:41:05 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:43:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,6 +43,8 @@
#endif
#include "cppuhelper/exc_hlp.hxx"
+#include <string.h>
+
namespace cssu = com::sun::star::uno;
namespace cssxs = com::sun::star::xml::sax;