summaryrefslogtreecommitdiff
path: root/dtrans/source/os2
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 12:15:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 12:15:31 +0000
commit7bb430c65d3dc21924940114e84600c374a7ba71 (patch)
tree7fb7cb8659946d498dbe04ad0498be07c1e01805 /dtrans/source/os2
parent4c7e7f4a30bbf58fb7a682f754f10c605503fea2 (diff)
INTEGRATION: CWS os2port02 (1.2.2); FILE MERGED
2007/09/29 16:38:05 ydario 1.2.2.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'dtrans/source/os2')
-rw-r--r--dtrans/source/os2/clipb/Os2Transferable.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/os2/clipb/Os2Transferable.hxx b/dtrans/source/os2/clipb/Os2Transferable.hxx
index 3d3707ceebe0..9047bff5cf15 100644
--- a/dtrans/source/os2/clipb/Os2Transferable.hxx
+++ b/dtrans/source/os2/clipb/Os2Transferable.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Os2Transferable.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-09-20 16:39:31 $
+ * last change: $Author: hr $ $Date: 2007-11-02 13:15:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,7 +58,7 @@
#define CHAR_POINTER(THE_OUSTRING) ::rtl::OUStringToOString (THE_OUSTRING, RTL_TEXTENCODING_UTF8).pData->buffer
-#if OSL_DEBUG_LEVEL>0
+#if OSL_DEBUG_LEVEL>1
extern "C" int debug_printf(const char *f, ...);
#else
#define debug_printf( ...) { 1; }