diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-30 07:52:27 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-30 07:52:27 +0000 |
commit | 26c98d6b3de1540bbb787a283356cbfe4805ed71 (patch) | |
tree | 83625c5275e8c9313e82231c6e7445ed297d16a6 /dbaccess/source/ui/misc/WNameMatch.cxx | |
parent | ad259ace04fdf55565a6295a56131de7de512f83 (diff) |
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
Diffstat (limited to 'dbaccess/source/ui/misc/WNameMatch.cxx')
-rw-r--r-- | dbaccess/source/ui/misc/WNameMatch.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/WNameMatch.cxx b/dbaccess/source/ui/misc/WNameMatch.cxx index 5a3f85961..a7c5b5e2a 100644 --- a/dbaccess/source/ui/misc/WNameMatch.cxx +++ b/dbaccess/source/ui/misc/WNameMatch.cxx @@ -4,9 +4,9 @@ * * $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 terms of GNU Lesser General Public License Version 2.1. @@ -179,7 +179,7 @@ sal_Bool OWizNameMatching::LeavePage() m_pParent->m_vColumnPos.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 ); |