diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-12 14:38:06 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-12 14:38:06 +0000 |
commit | 2b15cd80b5f57233ce13126511ba1c2d8fff586e (patch) | |
tree | 8b8f59373af842cba7f3cf652d1c2f840e034687 /stoc/test/testintrosp.cxx | |
parent | e1af59f0b3ff8bf9545fbfdbc523b181c381a3c5 (diff) |
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'stoc/test/testintrosp.cxx')
-rw-r--r-- | stoc/test/testintrosp.cxx | 8 |
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; |