summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoctabl.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-23 15:26:54 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-23 15:26:54 +0000
commit8fb37b3862dbdb4652d31258fd2b8558a3a8d295 (patch)
tree01b481591e3cc8d75efb18f51b26fed88ca5b181 /svx/source/unodraw/unoctabl.cxx
parent9de34bbeaff345b7bc079b2011989058c947d8a7 (diff)
replaced OSL_ENSHURE by OSL_ENSURE
Diffstat (limited to 'svx/source/unodraw/unoctabl.cxx')
-rw-r--r--svx/source/unodraw/unoctabl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/unodraw/unoctabl.cxx b/svx/source/unodraw/unoctabl.cxx
index d610bfc7d626..e9c6b56f4688 100644
--- a/svx/source/unodraw/unoctabl.cxx
+++ b/svx/source/unodraw/unoctabl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoctabl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: cl $ $Date: 2001-01-12 17:03:44 $
+ * last change: $Author: jl $ $Date: 2001-03-23 16:26:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -308,11 +308,11 @@ sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryK
}
catch (registry::InvalidRegistryException &)
{
- OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
+ OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}
- return True;
+ return sal_True;
}
void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )