diff options
author | Oliver Specht <os@openoffice.org> | 2001-09-13 09:26:26 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-09-13 09:26:26 +0000 |
commit | d600f7565c9ce360fa415c462e3813f6480b6708 (patch) | |
tree | dbe4babf75728d3a0141d0a3c877ebab09447c37 /unotools | |
parent | bf4dae7c7c3e58a20b7d02aa6e507aa64f323724 (diff) |
#92021# assertion in ::disposing removed
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/configitem.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx index 4081a1173f53..10a74a994522 100644 --- a/unotools/source/config/configitem.cxx +++ b/unotools/source/config/configitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: configitem.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: fs $ $Date: 2001-08-10 09:13:46 $ + * last change: $Author: os $ $Date: 2001-09-13 10:26:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -260,7 +260,6 @@ void ConfigChangeListener_Impl::changesOccurred( const ChangesEvent& rEvent ) th ---------------------------------------------------------------------------*/ void ConfigChangeListener_Impl::disposing( const EventObject& Source ) throw(RuntimeException) { - OSL_ENSURE(sal_False, "ConfigChangeListener_Impl::disposing"); } /* -----------------------------29.08.00 12:50-------------------------------- |