summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-06 11:35:54 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-06 11:35:54 +0000
commitfddd9e5b904e91e7d9ff00588d6d37918a8df1b9 (patch)
tree19847312e8d8a14166957ef226a3f056a59787a7
parent33e35e028bb8eefe6d94ea8c545d001eee2eff0c (diff)
INTEGRATION: CWS os67 (1.9.20); FILE MERGED
2005/09/27 06:38:43 os 1.9.20.1: #ii51947# work flow in address page changed
-rw-r--r--svtools/source/dialogs/roadmapwizard.cxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/svtools/source/dialogs/roadmapwizard.cxx b/svtools/source/dialogs/roadmapwizard.cxx
index 8e1c12540bb0..704d61a5a2cf 100644
--- a/svtools/source/dialogs/roadmapwizard.cxx
+++ b/svtools/source/dialogs/roadmapwizard.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: roadmapwizard.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:19:12 $
+ * last change: $Author: kz $ $Date: 2006-01-06 12:35:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -527,7 +527,12 @@ namespace svt
// if the state is currently in the roadmap, reflect it's new status
m_pImpl->pRoadmap->EnableRoadmapItem( (RoadmapTypes::ItemId)_nState, _bEnable );
}
-
+ //--------------------------------------------------------------------
+ bool RoadmapWizard::isStateEnabled( WizardState _nState )
+ {
+ sal_Bool bEnabled = m_pImpl->aDisabledStates.find( _nState ) == m_pImpl->aDisabledStates.end();
+ return bEnabled;
+ }
//--------------------------------------------------------------------
void RoadmapWizard::Resize()
{