summaryrefslogtreecommitdiff
path: root/stoc/source/servicemanager
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2002-11-15 13:09:45 +0000
committerDaniel Boelzle <dbo@openoffice.org>2002-11-15 13:09:45 +0000
commit2984ad923134afb0460e7184728ba5a7a44cf1ed (patch)
treed77327affff16b96542db714a473dd2c18b8bf37 /stoc/source/servicemanager
parent29e1cf1ae79e187aafb149da3507d00b936d7bc2 (diff)
#105184# fixed DisposedException
Diffstat (limited to 'stoc/source/servicemanager')
-rw-r--r--stoc/source/servicemanager/servicemanager.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/servicemanager/servicemanager.cxx b/stoc/source/servicemanager/servicemanager.cxx
index 3bd1a54751e4..373cb6c386a1 100644
--- a/stoc/source/servicemanager/servicemanager.cxx
+++ b/stoc/source/servicemanager/servicemanager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: servicemanager.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: dbo $ $Date: 2002-11-13 11:00:22 $
+ * last change: $Author: dbo $ $Date: 2002-11-15 14:09:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -714,7 +714,7 @@ private:
//__________________________________________________________________________________________________
inline void OServiceManager::check_undisposed() const SAL_THROW( (lang::DisposedException) )
{
- if (rBHelper.bDisposed || rBHelper.bInDispose)
+ if (rBHelper.bDisposed)
{
throw lang::DisposedException(
OUSTR("service manager instance has already been disposed!"),