summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-03-10 13:19:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-03-10 13:19:43 +0000
commitb455293ff1d4599d11beb2edb8a1fd2a933e80c1 (patch)
tree7dcde56452822b94b98100793e96bea6d4bf11d4 /svtools
parentaa85ed8ce8c1164f5e5ece036162659331e92e9c (diff)
#i86825# for macosx
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/dialogs/roadmapwizard.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/dialogs/roadmapwizard.cxx b/svtools/source/dialogs/roadmapwizard.cxx
index 2bcba1903ff3..9c86d2b03001 100644
--- a/svtools/source/dialogs/roadmapwizard.cxx
+++ b/svtools/source/dialogs/roadmapwizard.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: roadmapwizard.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: kz $ $Date: 2008-03-06 19:25:09 $
+ * last change: $Author: obo $ $Date: 2008-03-10 14:19:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -311,7 +311,7 @@ namespace svt
{
OSL_ENSURE( m_pImpl->aStateDescriptors.find( _nState ) == m_pImpl->aStateDescriptors.end(),
"RoadmapWizard::describeState: there already is a descriptor for this state!" );
- m_pImpl->aStateDescriptors[ _nState ] = StateDescriptions::data_type( _rStateDisplayName, _pPageFactory );
+ m_pImpl->aStateDescriptors[ _nState ] = StateDescriptions::mapped_type( _rStateDisplayName, _pPageFactory );
}
//--------------------------------------------------------------------