summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/misc/WCPage.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-08-21 05:31:38 +0000
committerOcke Janssen <oj@openoffice.org>2002-08-21 05:31:38 +0000
commit95b7db494fc01940a32143e02ef138d5b8a1ee1b (patch)
tree6af1b7845d03e5ae54354af14638ec324a8eac21 /dbaccess/source/ui/misc/WCPage.cxx
parent#102422# change position of context menu when using keyboard (diff)
downloadcore-95b7db494fc01940a32143e02ef138d5b8a1ee1b.tar.gz
core-95b7db494fc01940a32143e02ef138d5b8a1ee1b.zip
#102426# set default position for all columns before leaving the page
Diffstat (limited to 'dbaccess/source/ui/misc/WCPage.cxx')
-rw-r--r--dbaccess/source/ui/misc/WCPage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/WCPage.cxx b/dbaccess/source/ui/misc/WCPage.cxx
index 15ff8f929367..984e8fe845fc 100644
--- a/dbaccess/source/ui/misc/WCPage.cxx
+++ b/dbaccess/source/ui/misc/WCPage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: WCPage.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: oj $ $Date: 2002-08-19 07:51:08 $
+ * last change: $Author: oj $ $Date: 2002-08-21 06:31:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -389,7 +389,7 @@ sal_Bool OCopyTable::checkAppendData()
m_pParent->m_vColumnTypes.reserve(pDestColumns->size()+1);
for(sal_Int32 nPos = 1;aDestIter != pDestColumns->end();++aDestIter,++nPos)
{
- m_pParent->m_vColumnPos.push_back( ODatabaseExport::TPositions::value_type(nPos,CONTAINER_ENTRY_NOTFOUND) );
+ m_pParent->m_vColumnPos.push_back( ODatabaseExport::TPositions::value_type(nPos,nPos) );
const OTypeInfo* pTypeInfo = m_pParent->convertType((*aDestIter)->second->getTypeInfo());
if(pTypeInfo)
m_pParent->m_vColumnTypes.push_back(pTypeInfo->nType);