summaryrefslogtreecommitdiff
path: root/stoc/test/testintrosp.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-12 14:38:06 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-12 14:38:06 +0000
commit4038b72427b8fac68219b39e90fc43cbd20dcc41 (patch)
tree8df711efb615eea6cb418bf6e16e6e37e92b6bea /stoc/test/testintrosp.cxx
parent8c43ce3310b262edac3635023107167d56798964 (diff)
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'stoc/test/testintrosp.cxx')
-rw-r--r--stoc/test/testintrosp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/test/testintrosp.cxx b/stoc/test/testintrosp.cxx
index 2639341cabcc..cb5cc8794468 100644
--- a/stoc/test/testintrosp.cxx
+++ b/stoc/test/testintrosp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testintrosp.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 15:27:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,7 +64,7 @@
#include <cppuhelper/servicefactory.hxx>
#include <vos/diagnose.hxx>
-#include <vos/dynload.hxx>
+//#include <vos/dynload.hxx>
#include <ModuleA/XIntroTest.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
@@ -88,7 +88,7 @@
using namespace rtl;
using namespace cppu;
-using namespace vos;
+//using namespace vos;
using namespace ModuleA;
//using namespace ModuleB;
//using namespace ModuleC;