summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/clipb/wcbentry.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-22 13:28:22 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-22 13:28:22 +0000
commit58f0bda3440680b4e3f99803035828a7959256e1 (patch)
tree93bea7e6c7f5a281d6db934a03dc2ff1bacc300d /dtrans/source/win32/clipb/wcbentry.cxx
parent614e9d2d3f2cecaabc91d2461112ecd89991a589 (diff)
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'dtrans/source/win32/clipb/wcbentry.cxx')
-rw-r--r--dtrans/source/win32/clipb/wcbentry.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/clipb/wcbentry.cxx b/dtrans/source/win32/clipb/wcbentry.cxx
index 62ce0925d6fe..9df721fc10a2 100644
--- a/dtrans/source/win32/clipb/wcbentry.cxx
+++ b/dtrans/source/win32/clipb/wcbentry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wcbentry.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tra $ $Date: 2001-03-02 15:36:46 $
+ * last change: $Author: jl $ $Date: 2001-03-22 14:27:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -161,7 +161,7 @@ sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey
}
catch( InvalidRegistryException& )
{
- OSL_ENSHURE(sal_False, "InvalidRegistryException caught");
+ OSL_ENSURE(sal_False, "InvalidRegistryException caught");
bRetVal = sal_False;
}
}