update ooo310-m15
[ooovba.git] / applied_patches / 0246-buildfix-sw-printf.diff
blob95d2ea67b503dd72791ab83a9fa99ce167af9856
1 --- sw/source/core/doc/docbm.cxx 2009-05-01 08:09:45.000000000 -0500
2 +++ sw/source/core/doc/docbm.cxx 2009-05-01 13:31:49.000000000 -0500
3 @@ -33,6 +33,7 @@
4 #include "precompiled_sw.hxx"
7 +#include <stdio.h>
8 #include <tools/pstm.hxx>
9 #include <svx/linkmgr.hxx>
10 #include <fmtanchr.hxx>
11 --- sw/source/filter/ww8/WW8TableInfo.cxx 2009-04-21 04:51:46.000000000 -0500
12 +++ sw/source/filter/ww8/WW8TableInfo.cxx 2009-05-01 15:20:53.000000000 -0500
13 @@ -31,6 +31,7 @@
14 // MARKER(update_precomp.py): autogen include statement, do not remove
15 #include "precompiled_sw.hxx"
17 +#include <stdio.h>
18 #include <iostream>
19 #include "WW8TableInfo.hxx"
20 #include "swtable.hxx"