diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 13:12:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 13:12:18 +0000 |
commit | 6370fb1ac0fc46b06b8f05a5f21e883e88f99d4c (patch) | |
tree | bcf06aba50c037d812babf05d717f666f5f3c4dc /jvmfwk | |
parent | c7a00ab0e8c7c17c30ba22af33dd51f56312375e (diff) |
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
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/source/fwkutil.hxx | 6 |
1 files 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 <stdio.h> +#endif namespace jfw |