summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-09-14 14:16:21 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-09-14 14:16:21 +0200
commitf1279d1f591f492d5be347ebcb38dcbb9859c865 (patch)
treec42a03f3b11df846f93c3d70f5beba8108b176aa /sw/source
parent0a104203d8e97e2be5ff55da53185406f74ee326 (diff)
g++44-debug.diff: Fixed some imports for debug more
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/text/inftxt.cxx4
-rw-r--r--sw/source/filter/ww8/WW8Sttbf.cxx4
-rw-r--r--sw/source/filter/ww8/wrtww8gr.cxx4
3 files changed, 12 insertions, 0 deletions
diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx
index 1fe2c363d70e..961c6a4ee560 100644
--- a/sw/source/core/text/inftxt.cxx
+++ b/sw/source/core/text/inftxt.cxx
@@ -84,6 +84,10 @@
#include <unomid.h>
+#ifdef DEBUG
+#include <stdio.h>
+#endif
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::linguistic2;
using namespace ::com::sun::star::uno;
diff --git a/sw/source/filter/ww8/WW8Sttbf.cxx b/sw/source/filter/ww8/WW8Sttbf.cxx
index 796670385bd4..4794a674b47e 100644
--- a/sw/source/filter/ww8/WW8Sttbf.cxx
+++ b/sw/source/filter/ww8/WW8Sttbf.cxx
@@ -31,6 +31,10 @@
#include "WW8Sttbf.hxx"
#include <cstdio>
+#ifdef DEBUG
+#include <stdio.h>
+#endif
+
namespace ww8
{
WW8Struct::WW8Struct(SvStream& rSt, sal_uInt32 nPos, sal_uInt32 nSize)
diff --git a/sw/source/filter/ww8/wrtww8gr.cxx b/sw/source/filter/ww8/wrtww8gr.cxx
index 5d96a74b009d..33196138a650 100644
--- a/sw/source/filter/ww8/wrtww8gr.cxx
+++ b/sw/source/filter/ww8/wrtww8gr.cxx
@@ -79,6 +79,10 @@
#include "docsh.hxx"
#include <cstdio>
+#if OSL_DEBUG_LEVEL > 0
+#include <stdio.h>
+#endif
+
using namespace ::com::sun::star;
using namespace nsFieldFlags;