diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-10 13:19:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-10 13:19:43 +0000 |
commit | b455293ff1d4599d11beb2edb8a1fd2a933e80c1 (patch) | |
tree | 7dcde56452822b94b98100793e96bea6d4bf11d4 /svtools/source/dialogs | |
parent | aa85ed8ce8c1164f5e5ece036162659331e92e9c (diff) |
#i86825# for macosx
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r-- | svtools/source/dialogs/roadmapwizard.cxx | 6 |
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 ); } //-------------------------------------------------------------------- |