From 894efe09f450f58a39ab9e4006248bb3ec6e99ed Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Mon, 12 Mar 2001 16:19:50 +0000 Subject: vos/diagnose.h macros replaced by osl/diagnose.h macros --- stoc/source/implementationregistration/implreg.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stoc/source') 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(); } -- cgit