summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 16:54:04 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 16:54:04 +0000
commit17feb3a0589fa8a2ff34d5cd598392d4170a33c9 (patch)
tree4dc88426547533cf0bb0657072a6087afe152cc5 /dtrans
parente1c7bc4e1fdd0e5aaf0d665825d0b3d7380ffd48 (diff)
INTEGRATION: CWS os2port03 (1.3.8); FILE MERGED
2008/07/17 05:27:53 obr 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2008/01/14 16:27:33 ydario 1.3.8.1: remove old os2 directory Issue number:i85203 Submitted by:ydario
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/os2/clipb/Os2Transferable.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dtrans/source/os2/clipb/Os2Transferable.hxx b/dtrans/source/os2/clipb/Os2Transferable.hxx
index 3acc586e5615..b44d632e8cdd 100644
--- a/dtrans/source/os2/clipb/Os2Transferable.hxx
+++ b/dtrans/source/os2/clipb/Os2Transferable.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Os2Transferable.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -46,7 +46,8 @@
#define CHAR_POINTER(THE_OUSTRING) ::rtl::OUStringToOString (THE_OUSTRING, RTL_TEXTENCODING_UTF8).pData->buffer
#if OSL_DEBUG_LEVEL>1
-extern "C" int debug_printf(const char *f, ...);
+//extern "C" int debug_printf(const char *f, ...);
+#define debug_printf( ...) { 1; }
#else
#define debug_printf( ...) { 1; }
#endif