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
This commit is contained in:
parent
c7a00ab0e8
commit
6370fb1ac0
1 changed files with 4 additions and 2 deletions
|
@ -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 <stdio.h>
|
||||
#endif
|
||||
|
||||
|
||||
namespace jfw
|
||||
|
|
Loading…
Reference in a new issue