diff options
author | Hanno Boeck <hanno@gentoo.org> | 2008-05-18 01:06:05 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2008-05-18 01:06:05 +0000 |
commit | b9a91a53073f26a672563276b0b0f5c55bf817c6 (patch) | |
tree | 89373909a9050907f0aeab71f4a901377ef18045 /app-office/kword/files | |
parent | Version bumped. (diff) | |
download | historical-b9a91a53073f26a672563276b0b0f5c55bf817c6.tar.gz historical-b9a91a53073f26a672563276b0b0f5c55bf817c6.tar.bz2 historical-b9a91a53073f26a672563276b0b0f5c55bf817c6.zip |
kword fix for gcc43
Package-Manager: portage-2.1.5
Diffstat (limited to 'app-office/kword/files')
-rw-r--r-- | app-office/kword/files/kword-gcc43.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-office/kword/files/kword-gcc43.patch b/app-office/kword/files/kword-gcc43.patch new file mode 100644 index 000000000000..7da230f4fac4 --- /dev/null +++ b/app-office/kword/files/kword-gcc43.patch @@ -0,0 +1,22 @@ +--- branches/koffice/1.6/koffice/filters/kword/wordperfect/import/TableStyle.cxx 2007/10/26 14:06:42 729649 ++++ branches/koffice/1.6/koffice/filters/kword/wordperfect/import/TableStyle.cxx 2007/10/26 14:20:47 729650 +@@ -36,6 +36,8 @@ + #include <minmax.h> + #endif + ++#include <cstring> ++ + TableCellStyle::TableCellStyle(const WPXPropertyList &xPropList, const char *psName) : + Style(psName), + mPropList(xPropList) +--- branches/koffice/1.6/koffice/filters/kword/wordperfect/import/TextRunStyle.cxx 2007/10/26 17:51:34 729711 ++++ branches/koffice/1.6/koffice/filters/kword/wordperfect/import/TextRunStyle.cxx 2007/10/26 17:51:55 729712 +@@ -37,6 +37,8 @@ + #include <minmax.h> + #endif + ++#include <cstring> ++ + ParagraphStyle::ParagraphStyle(WPXPropertyList *pPropList, const WPXPropertyListVector &xTabStops, const WPXString &sName) : + mpPropList(pPropList), + mxTabStops(xTabStops), |