summaryrefslogtreecommitdiff
path: root/stoc/source
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/source
parent38230b2e57c79afb96c320f29c2ed4fdaa2628a8 (diff)
vos/diagnose.h macros replaced by osl/diagnose.h macros
Diffstat (limited to 'stoc/source')
-rw-r--r--stoc/source/implementationregistration/implreg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx
index 11a03384bebe..346a8737cfdf 100644
--- a/stoc/source/implementationregistration/implreg.cxx
+++ b/stoc/source/implementationregistration/implreg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implreg.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jl $ $Date: 2001-03-12 15:33:03 $
+ * last change: $Author: jl $ $Date: 2001-03-12 17:19:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1524,7 +1524,7 @@ Sequence< OUString > ImplementationRegistration::getImplementations(
Sequence< OUString > ImplementationRegistration::checkInstantiation(const OUString& implementationName)
throw ( RuntimeException )
{
- VOS_ENSHURE( sal_False, "ImplementationRegistration::checkInstantiation not implemented" );
+ OSL_ENSURE( sal_False, "ImplementationRegistration::checkInstantiation not implemented" );
return Sequence<OUString>();
}