diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 14:07:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 14:07:27 +0000 |
commit | 0101cd0070bf53b0e5085a944869f5b9e4fc2058 (patch) | |
tree | 00c6f4f150ab5edb10f31b76c4cbd1b6ca12a46c /xmloff/source/forms/controlpropertymap.cxx | |
parent | 54433d643da3bb6e229927a318abed4b1b47017b (diff) |
#65293#: include <string.h>
Diffstat (limited to 'xmloff/source/forms/controlpropertymap.cxx')
-rw-r--r-- | xmloff/source/forms/controlpropertymap.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/xmloff/source/forms/controlpropertymap.cxx b/xmloff/source/forms/controlpropertymap.cxx index 991c58e318c4..476aad1cf159 100644 --- a/xmloff/source/forms/controlpropertymap.cxx +++ b/xmloff/source/forms/controlpropertymap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: controlpropertymap.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: dvo $ $Date: 2001-07-13 16:08:24 $ + * last change: $Author: hr $ $Date: 2002-02-21 15:07:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,6 +79,8 @@ #include "strings.hxx" #endif +#include <string.h> + using namespace ::xmloff::token; //......................................................................... @@ -154,6 +156,9 @@ namespace xmloff /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.12 2001/07/13 16:08:24 dvo + * #86004# PropertMap construction improved: strings have lengths + * * Revision 1.11 2001/06/29 21:07:14 dvo * #86004# changes sXML_* strings to XML_* tokens * |