summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-31 17:36:37 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-31 17:36:37 +0000
commitf91d60f7e071cf6898b4e194b7e1c8a27245ec68 (patch)
treedf15b5d6d6e564b6268660481ca4fde5bc9c1292
parentc6abe74ca203d112e361fcd0f950a781f7373921 (diff)
INTEGRATION: CWS dba202d (1.4.42); FILE MERGED
2006/01/09 13:25:44 fs 1.4.42.1: #i60261# removed wrong (unnecessary) assertion from statusChange - inconsistency is already indicated by assertion at the end of the method
-rw-r--r--forms/source/helper/formnavigation.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/forms/source/helper/formnavigation.cxx b/forms/source/helper/formnavigation.cxx
index 7e0ffaa54e45..3c514498e8be 100644
--- a/forms/source/helper/formnavigation.cxx
+++ b/forms/source/helper/formnavigation.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: formnavigation.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:53:38 $
+ * last change: $Author: kz $ $Date: 2006-01-31 18:36:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -124,8 +124,6 @@ namespace frm
//------------------------------------------------------------------
void SAL_CALL OFormNavigationHelper::statusChanged( const FeatureStateEvent& _rState ) throw (RuntimeException)
{
- DBG_ASSERT( m_nConnectedFeatures, "OFormNavigationHelper::statusChanged: where does this come from? All features are disconnected!" );
-
sal_Int32 nFeatureId = -1;
for ( FeatureMap::iterator aFeature = m_aSupportedFeatures.begin();
aFeature != m_aSupportedFeatures.end();