diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 12:40:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 12:40:20 +0000 |
commit | a835cc4916402b480633b20993de5297c50f3908 (patch) | |
tree | d9f3e2c1cb49549d9f2e9a2783310e8dc6cee2a4 | |
parent | e2bf3dfb357783af33b0307c2ab3dd813ce7284c (diff) |
INTEGRATION: CWS qwizards1 (1.11.88); FILE MERGED
2004/04/05 12:50:37 fs 1.11.88.1: #i27457# must changes in the base class
-rw-r--r-- | extensions/source/dbpilots/controlwizard.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx index a6419a87ba92..9b9fa076141f 100644 --- a/extensions/source/dbpilots/controlwizard.cxx +++ b/extensions/source/dbpilots/controlwizard.cxx @@ -2,9 +2,9 @@ * * $RCSfile: controlwizard.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2003-04-01 14:13:14 $ + * last change: $Author: kz $ $Date: 2004-05-19 13:40:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -242,7 +242,7 @@ namespace dbp _rList.Clear(); const ::rtl::OUString* pItems = _rItems.getConstArray(); const ::rtl::OUString* pEnd = pItems + _rItems.getLength(); - sal_uInt16 nPos; + WizardState nPos; sal_Int32 nIndex = 0; for (;pItems < pEnd; ++pItems, ++nIndex) { @@ -258,7 +258,7 @@ namespace dbp _rList.Clear(); const ::rtl::OUString* pItems = _rItems.getConstArray(); const ::rtl::OUString* pEnd = pItems + _rItems.getLength(); - sal_uInt16 nPos; + WizardState nPos; sal_Int32 nIndex = 0; for (;pItems < pEnd; ++pItems) { @@ -326,7 +326,7 @@ namespace dbp m_pFormDatasource->SetText(sDataSource); m_pFormTable->SetText(sCommand); - sal_uInt16 nCommandTypeResourceId = 0; + WizardState nCommandTypeResourceId = 0; switch (nCommandType) { case CommandType::TABLE: |