summaryrefslogtreecommitdiffstats
path: root/forms/source/helper/formnavigation.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:57:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:57:10 +0000
commit304af4291a2d5e41067ae42d393c43a6efb17220 (patch)
tree804589878fbf4d64cbd54cec75494d5bfc8acce8 /forms/source/helper/formnavigation.cxx
parentINTEGRATION: CWS warnings01 (1.6.68); FILE MERGED (diff)
downloadcore-304af4291a2d5e41067ae42d393c43a6efb17220.tar.gz
core-304af4291a2d5e41067ae42d393c43a6efb17220.zip
INTEGRATION: CWS warnings01 (1.4.2); FILE MERGED
2006/04/07 17:44:07 sb 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/14 15:20:30 fs 1.4.2.1: #i57457# warning-free code
Diffstat (limited to 'forms/source/helper/formnavigation.cxx')
-rw-r--r--forms/source/helper/formnavigation.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/forms/source/helper/formnavigation.cxx b/forms/source/helper/formnavigation.cxx
index 3c514498e8be..c1f454ce685b 100644
--- a/forms/source/helper/formnavigation.cxx
+++ b/forms/source/helper/formnavigation.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: formnavigation.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2006-01-31 18:36:37 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:57:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -96,7 +96,7 @@ namespace frm
}
//------------------------------------------------------------------
- void OFormNavigationHelper::featureStateChanged( sal_Int32 _nFeatureId, sal_Bool _bEnabled )
+ void OFormNavigationHelper::featureStateChanged( sal_Int32 /*_nFeatureId*/, sal_Bool /*_bEnabled*/ )
{
// not interested in
}
@@ -124,7 +124,6 @@ namespace frm
//------------------------------------------------------------------
void SAL_CALL OFormNavigationHelper::statusChanged( const FeatureStateEvent& _rState ) throw (RuntimeException)
{
- sal_Int32 nFeatureId = -1;
for ( FeatureMap::iterator aFeature = m_aSupportedFeatures.begin();
aFeature != m_aSupportedFeatures.end();
++aFeature