diff options
author | Ocke Janssen <oj@openoffice.org> | 2010-03-17 09:49:16 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2010-03-17 09:49:16 +0000 |
commit | 4a39a4ebd2e2749775de3d5062083f4015793be4 (patch) | |
tree | eb7d547bae37a1166efe8229a6e56bd3061a6c84 /dbaccess/source/ui/misc/WCopyTable.cxx | |
parent | 15bfdbc8a2ebc5147ee8c1b1bdf396bb4271c60d (diff) |
#i109314# clear add pkey flag and clear name mapping when going back
Diffstat (limited to 'dbaccess/source/ui/misc/WCopyTable.cxx')
-rw-r--r-- | dbaccess/source/ui/misc/WCopyTable.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx index 5670ff86b60e..2c929b5462c3 100644 --- a/dbaccess/source/ui/misc/WCopyTable.cxx +++ b/dbaccess/source/ui/misc/WCopyTable.cxx @@ -1191,6 +1191,8 @@ void OCopyTableWizard::clearDestColumns() { RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "misc", "Ocke.Janssen@sun.com", "OCopyTableWizard::clearDestColumns" ); clearColumns(m_vDestColumns,m_aDestVec); + m_bAddPKFirstTime = sal_True; + m_mNameMapping.clear(); } // ----------------------------------------------------------------------------- |