linamh/app-office/openoffice/files/buildfix-gcc44.diff
geos_one c16374a02f add openoffice 3.1
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1209 6952d904-891a-0410-993b-d76249ca496b
2009-05-16 07:48:01 +00:00

23 lines
729 B
Diff

diff -aur sw/source/core/doc/docbm.cxx sw/source/core/doc/docbm.cxx
--- sw/source/core/doc/docbm.cxx 2009-04-26 03:05:02.000000000 +0800
+++ sw/source/core/doc/docbm.cxx 2009-04-28 11:43:39.684101752 +0800
@@ -63,6 +63,7 @@
// --> OD 2007-10-23 #i81002#
#include <ndtxt.hxx>
// <--
+#include <stdio.h>
SV_IMPL_OP_PTRARR_SORT(SwBookmarks, SwBookmarkPtr)
diff -aur sw/source/filter/ww8/WW8TableInfo.cxx sw/source/filter/ww8/WW8TableInfo.cxx
--- sw/source/filter/ww8/WW8TableInfo.cxx 2009-04-26 03:04:38.000000000 +0800
+++ sw/source/filter/ww8/WW8TableInfo.cxx 2009-04-28 11:46:24.967120225 +0800
@@ -37,6 +37,7 @@
#include "pam.hxx"
#include "ndtxt.hxx"
#include "dbgoutsw.hxx"
+#include <stdio.h>
namespace ww8
{