diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-04-03 13:11:23 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-04-03 13:11:23 +0000 |
commit | b616acfed18dd6c364baf79ef2d14f044a354848 (patch) | |
tree | 2047f2174e3caacd724bf6dae916c5c0eefc1bbc /dbaccess | |
parent | c03c9f14e4bfb576b408a29c49acfabf2cc5d73b (diff) |
corrected an assertion
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/misc/services.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/misc/services.cxx b/dbaccess/source/core/misc/services.cxx index 0b091927e723..9a3326ab31ce 100644 --- a/dbaccess/source/core/misc/services.cxx +++ b/dbaccess/source/core/misc/services.cxx @@ -2,9 +2,9 @@ * * $RCSfile: services.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: fs $ $Date: 2000-12-15 16:45:54 $ + * last change: $Author: fs $ $Date: 2001-04-03 14:11:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -130,7 +130,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( } catch (InvalidRegistryException& ) { - OSL_ASSERT("DBA::component_writeInfo : could not create a registry key ! ## InvalidRegistryException !"); + OSL_ENSURE(sal_False, "DBA::component_writeInfo : could not create a registry key ! ## InvalidRegistryException !"); } return sal_False; |