summaryrefslogtreecommitdiff
path: root/stoc/test/testloader.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-12 16:19:50 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-12 16:19:50 +0000
commit894efe09f450f58a39ab9e4006248bb3ec6e99ed (patch)
treef85b26b4afcf173ecbc3d01c4cecac18a08f06bd /stoc/test/testloader.cxx
parent38230b2e57c79afb96c320f29c2ed4fdaa2628a8 (diff)
vos/diagnose.h macros replaced by osl/diagnose.h macros
Diffstat (limited to 'stoc/test/testloader.cxx')
-rw-r--r--stoc/test/testloader.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/stoc/test/testloader.cxx b/stoc/test/testloader.cxx
index 848a3c006d84..412ac46e0aa2 100644
--- a/stoc/test/testloader.cxx
+++ b/stoc/test/testloader.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testloader.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pluby $ $Date: 2001-02-12 03:30:53 $
+ * last change: $Author: jl $ $Date: 2001-03-12 17:19:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,8 +64,8 @@
#ifndef _VOS_MODULE_HXX_
#include <vos/module.hxx>
#endif
-#ifndef _VOS_DIAGNOSE_HXX_
-#include <vos/diagnose.hxx>
+#ifndef _OSL_DIAGNOSE_H_
+#include <osl/diagnose.h>
#endif
@@ -93,9 +93,9 @@ using namespace vos;
using namespace rtl;
#ifdef _DEBUG
-#define TEST_ENSHURE(c, m) VOS_ENSHURE(c, m)
+#define TEST_ENSHURE(c, m) OSL_ENSURE(c, m)
#else
-#define TEST_ENSHURE(c, m) VOS_VERIFY(c)
+#define TEST_ENSHURE(c, m) OSL_VERIFY(c)
#endif
#if (defined UNX) || (defined OS2)