summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:05:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:05:07 +0000
commit71abc142eeb135a261f52b974d4d1627958e259d (patch)
tree93129e8ce76f683c86c765282de1be8adce1aa6c /vos
parent997fbaab82891b75e37cecc73775936ab52c70a0 (diff)
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2005/09/23 15:04:33 sb 1.3.4.1: #i53898# Adapted to modified implementation of OSL_VERIFY.
Diffstat (limited to 'vos')
-rw-r--r--vos/inc/vos/diagnose.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vos/inc/vos/diagnose.hxx b/vos/inc/vos/diagnose.hxx
index ec69ba093c94..f46ed13e3dc2 100644
--- a/vos/inc/vos/diagnose.hxx
+++ b/vos/inc/vos/diagnose.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: diagnose.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 08:59:05 $
+ * last change: $Author: hr $ $Date: 2006-06-20 04:05:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,7 @@
#define VOS_DEBUG_ONLY(s) _OSL_DEBUG_ONLY(s)
#define VOS_TRACE _OSL_TRACE
#define VOS_ASSERT(c) _OSL_ASSERT(c, VOS_THIS_FILE, __LINE__)
-#define VOS_VERIFY(c) _OSL_VERIFY(c, VOS_THIS_FILE, __LINE__)
+#define VOS_VERIFY(c) OSL_VERIFY(c)
#define VOS_ENSHURE(c, m) _OSL_ENSURE(c, VOS_THIS_FILE, __LINE__, m)
#define VOS_ENSURE(c, m) _OSL_ENSURE(c, VOS_THIS_FILE, __LINE__, m)