diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:57:27 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:57:27 +0000 |
commit | a29e3d667411adf7865945100a2c7bae956e6a5e (patch) | |
tree | 88c1970461cd2bf867cf066058cb59eea3b27aa1 /unoxml/source/dom/entityreference.cxx | |
parent | abd9224930e94a4f3ebbc555c8a690f294f6d155 (diff) |
INTEGRATION: CWS gcc430two (1.4.48); FILE MERGED
2008/01/28 09:53:12 rene 1.4.48.1: more gcc 4.3.0 things
Diffstat (limited to 'unoxml/source/dom/entityreference.cxx')
-rw-r--r-- | unoxml/source/dom/entityreference.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/unoxml/source/dom/entityreference.cxx b/unoxml/source/dom/entityreference.cxx index 4605750cb441..e6e80e79615a 100644 --- a/unoxml/source/dom/entityreference.cxx +++ b/unoxml/source/dom/entityreference.cxx @@ -4,9 +4,9 @@ * * $RCSfile: entityreference.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:47:11 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:57:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,6 +34,8 @@ ************************************************************************/ #include "entityreference.hxx" +#include <string.h> + namespace DOM { CEntityReference::CEntityReference(const xmlNodePtr /*aNodePtr*/) |