From 6370fb1ac0fc46b06b8f05a5f21e883e88f99d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 13 Jun 2008 13:12:18 +0000 Subject: [PATCH] INTEGRATION: CWS hunspellexternal (1.13.12); FILE MERGED 2008/04/21 09:31:26 rene 1.13.12.3: RESYNC: (1.14-1.15); FILE MERGED 2008/01/04 19:41:11 rene 1.13.12.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/08 11:06:51 rene 1.13.12.1: #i82270# missing stdio.h include for fprintf --- jvmfwk/source/fwkutil.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jvmfwk/source/fwkutil.hxx b/jvmfwk/source/fwkutil.hxx index 0d114af848eb..98d3d530c692 100644 --- a/jvmfwk/source/fwkutil.hxx +++ b/jvmfwk/source/fwkutil.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fwkutil.hxx,v $ - * $Revision: 1.16 $ + * $Revision: 1.17 $ * * This file is part of OpenOffice.org. * @@ -37,7 +37,9 @@ #include "rtl/ustrbuf.hxx" #include "rtl/byteseq.hxx" #include "osl/thread.hxx" - +#if OSL_DEBUG_LEVEL >=2 +#include +#endif namespace jfw