summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-23 13:01:52 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-23 13:01:52 +0000
commitc1e1d614e62d805cf2178160f4fe25ff8c954f51 (patch)
tree51469bf4e389c49053d5f270e0d03b3460b90032 /sax
parentb427669bdf0745b058039b38192e3980bee8abb2 (diff)
replaced: OSL_ENSHURE->OSL_ENSURE
Diffstat (limited to 'sax')
-rw-r--r--sax/source/expatwrap/sax_expat.cxx6
-rw-r--r--sax/test/sax/testsax.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx
index cbc4594de3f5..423b63860e8a 100644
--- a/sax/source/expatwrap/sax_expat.cxx
+++ b/sax/source/expatwrap/sax_expat.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sax_expat.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jbu $ $Date: 2000-10-25 08:13:18 $
+ * last change: $Author: jl $ $Date: 2001-03-23 14:01:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -997,7 +997,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException &)
{
- OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
+ OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}
return sal_False;
diff --git a/sax/test/sax/testsax.cxx b/sax/test/sax/testsax.cxx
index 53cad3f8c219..3bdced65803b 100644
--- a/sax/test/sax/testsax.cxx
+++ b/sax/test/sax/testsax.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testsax.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jbu $ $Date: 2000-10-13 06:49:11 $
+ * last change: $Author: jl $ $Date: 2001-03-23 14:01:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -857,7 +857,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException &)
{
- OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
+ OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}