summaryrefslogtreecommitdiff
path: root/oox/source/helper
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:36:34 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:36:34 +0000
commit0eacfb3566c41c8118ff3cf089093a75e9e01955 (patch)
tree798bd703a7f58df0e0165cb6aeb3d10c992e4cc9 /oox/source/helper
parent5b6698e364add339101c35327161ab10d6175992 (diff)
INTEGRATION: CWS gcc430two (1.2.8); FILE MERGED
2008/01/28 09:53:08 rene 1.2.8.1: more gcc 4.3.0 things
Diffstat (limited to 'oox/source/helper')
-rw-r--r--oox/source/helper/binaryinputstream.cxx5
-rw-r--r--oox/source/helper/binaryoutputstream.cxx5
-rw-r--r--oox/source/helper/recordinputstream.cxx5
3 files changed, 9 insertions, 6 deletions
diff --git a/oox/source/helper/binaryinputstream.cxx b/oox/source/helper/binaryinputstream.cxx
index d8eaae3ac163..ed700bd5fc8f 100644
--- a/oox/source/helper/binaryinputstream.cxx
+++ b/oox/source/helper/binaryinputstream.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: binaryinputstream.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2008-01-17 08:05:59 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:36:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,6 +36,7 @@
#include "oox/helper/binaryinputstream.hxx"
#include <com/sun/star/io/XInputStream.hpp>
#include <osl/diagnose.h>
+#include <string.h>
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence;
diff --git a/oox/source/helper/binaryoutputstream.cxx b/oox/source/helper/binaryoutputstream.cxx
index c6e4bb2c9ad5..af5bf391a77f 100644
--- a/oox/source/helper/binaryoutputstream.cxx
+++ b/oox/source/helper/binaryoutputstream.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: binaryoutputstream.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2008-01-17 08:05:59 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:36:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,6 +37,7 @@
#include <osl/diagnose.h>
#include <com/sun/star/io/XOutputStream.hpp>
#include "oox/helper/binaryinputstream.hxx"
+#include <string.h>
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence;
diff --git a/oox/source/helper/recordinputstream.cxx b/oox/source/helper/recordinputstream.cxx
index 66f414b36de5..6abab4ae6b1c 100644
--- a/oox/source/helper/recordinputstream.cxx
+++ b/oox/source/helper/recordinputstream.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: recordinputstream.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2008-01-17 08:05:59 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:36:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -35,6 +35,7 @@
#include "oox/helper/recordinputstream.hxx"
#include <vector>
+#include <string.h>
using ::rtl::OUString;