summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-03-16 13:31:06 +0000
committerNiklas Nebel <nn@openoffice.org>2001-03-16 13:31:06 +0000
commit71f9f79bb3c418c257f92167427f51c8a757a951 (patch)
treecaf1da57244715563476779f84cf766f18dcf9c0
parent25fbd0f9289457a7b90e59cef12f5c7547a4bec8 (diff)
changes for udk212
-rw-r--r--scaddins/source/datefunc/datefunc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/scaddins/source/datefunc/datefunc.cxx b/scaddins/source/datefunc/datefunc.cxx
index 857233c952ea..8d2e2a54e733 100644
--- a/scaddins/source/datefunc/datefunc.cxx
+++ b/scaddins/source/datefunc/datefunc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: datefunc.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:45:45 $
+ * last change: $Author: nn $ $Date: 2001-03-16 14:31:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (registry::InvalidRegistryException&)
{
- OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
+ OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}
return sal_False;