Kaydet (Commit) fdd3c7e1 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS dba24d (1.24.28); FILE MERGED

2007/11/08 14:25:11 fs 1.24.28.1: #i81658# re-factoring of the Copy Table wizard
üst dc4139a0
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: WNameMatch.cxx,v $ * $RCSfile: WNameMatch.cxx,v $
* *
* $Revision: 1.24 $ * $Revision: 1.25 $
* *
* last change: $Author: hr $ $Date: 2007-09-26 14:52:00 $ * last change: $Author: rt $ $Date: 2008-01-30 08:52:27 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -179,7 +179,7 @@ sal_Bool OWizNameMatching::LeavePage() ...@@ -179,7 +179,7 @@ sal_Bool OWizNameMatching::LeavePage()
m_pParent->m_vColumnPos.clear(); m_pParent->m_vColumnPos.clear();
m_pParent->m_vColumnTypes.clear(); m_pParent->m_vColumnTypes.clear();
m_pParent->m_vColumnPos.resize( pSrcColumns->size() ,ODatabaseExport::TPositions::value_type( COLUMN_POSITION_NOT_FOUND, COLUMN_POSITION_NOT_FOUND ) ); m_pParent->m_vColumnPos.resize( pSrcColumns->size(), ODatabaseExport::TPositions::value_type( COLUMN_POSITION_NOT_FOUND, COLUMN_POSITION_NOT_FOUND ) );
m_pParent->m_vColumnTypes.resize( pSrcColumns->size(), COLUMN_POSITION_NOT_FOUND ); m_pParent->m_vColumnTypes.resize( pSrcColumns->size(), COLUMN_POSITION_NOT_FOUND );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment