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
commit2b15cd80b5f57233ce13126511ba1c2d8fff586e (patch)
tree8b8f59373af842cba7f3cf652d1c2f840e034687 /stoc/test/testintrosp.cxx
parente1af59f0b3ff8bf9545fbfdbc523b181c381a3c5 (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 dea049043..b91bfab3a 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;