summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:52:59 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:52:59 +0000
commit5f5d654695c1463da8ad94d2fb8875e28a91ebe8 (patch)
treee342f39e1649dcde66d4d14123481d3283d78037 /writerperfect/source/filter
parent58c0dcca8b618ed794207677f5e0e267630ef6d9 (diff)
INTEGRATION: CWS gcc430two (1.4.24); FILE MERGED
2008/01/28 09:53:14 rene 1.4.24.1: more gcc 4.3.0 things
Diffstat (limited to 'writerperfect/source/filter')
-rw-r--r--writerperfect/source/filter/TableStyle.cxx1
-rw-r--r--writerperfect/source/filter/TextRunStyle.cxx2
2 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/filter/TableStyle.cxx b/writerperfect/source/filter/TableStyle.cxx
index 80494eed3eb0..8d12427ba87b 100644
--- a/writerperfect/source/filter/TableStyle.cxx
+++ b/writerperfect/source/filter/TableStyle.cxx
@@ -27,6 +27,7 @@
* Corel Corporation or Corel Corporation Limited."
*/
#include <math.h>
+#include <string.h>
#include "FilterInternal.hxx"
#include "TableStyle.hxx"
#include "DocumentElement.hxx"
diff --git a/writerperfect/source/filter/TextRunStyle.cxx b/writerperfect/source/filter/TextRunStyle.cxx
index 6e1f119dd0c8..f3e8b0499956 100644
--- a/writerperfect/source/filter/TextRunStyle.cxx
+++ b/writerperfect/source/filter/TextRunStyle.cxx
@@ -36,6 +36,8 @@
#include <minmax.h>
#endif
+#include <string.h>
+
ParagraphStyle::ParagraphStyle(WPXPropertyList *pPropList, const WPXPropertyListVector &xTabStops, const WPXString &sName) :
mpPropList(pPropList),
mxTabStops(xTabStops),