Kaydet (Commit) a24c2d2b authored tarafından Joachim Lingner's avatar Joachim Lingner

OSL_ENSHURE replaced by OSL_ENSURE

üst 61b81ad4
......@@ -2,9 +2,9 @@
*
* $RCSfile: officeclient.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: mfe $ $Date: 2001-02-01 12:41:19 $
* last change: $Author: jl $ $Date: 2001-03-12 16:12:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -340,7 +340,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException &)
{
OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}
return sal_False;
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: remote_bridge.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: jbu $ $Date: 2000-10-30 09:08:31 $
* last change: $Author: jl $ $Date: 2001-03-12 16:16:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -435,7 +435,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException &)
{
OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}
return sal_False;
......
......@@ -402,7 +402,7 @@ extern "C" {
bRes = sal_True;
}
catch (InvalidRegistryException &) {
OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: bridgefactory.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: jbu $ $Date: 2000-11-27 08:04:44 $
* last change: $Author: jl $ $Date: 2001-03-12 16:17:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -491,7 +491,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException &)
{
OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}
return sal_False;
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: unourl_resolver.cxx,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 15:29:57 $
* last change: $Author: jl $ $Date: 2001-03-12 16:17:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -236,7 +236,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException &)
{
OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}
return sal_False;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment