23 lines
729 B
Diff
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
|
||
|
{
|