User: rt      
Date: 2008-01-30 08:52:14+0000
Modified:
   dba/dbaccess/source/ui/misc/WExtendPages.cxx

Log:
 INTEGRATION: CWS dba24d (1.7.170); FILE MERGED
 2007/11/08 14:25:11 fs 1.7.170.1: #i81658# re-factoring of the Copy Table 
wizard

File Changes:

Directory: /dba/dbaccess/source/ui/misc/
========================================

File [changed]: WExtendPages.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/WExtendPages.cxx?r1=1.7&r2=1.8
Delta lines:  +3 -3
-------------------
--- WExtendPages.cxx    2006-09-17 07:15:02+0000        1.7
+++ WExtendPages.cxx    2008-01-30 08:52:12+0000        1.8
@@ -59,7 +59,7 @@
                                                        m_pParent->GetFactory(),
                                                        
m_pParent->getDestVector(),
                                                        
m_pParent->getTypeInfo(),
-                            m_pParent->isAutoincrementEnabled());
+                            m_pParent->shouldCreatePrimaryKey());
 }
 //========================================================================
 SvParser* OWizRTFExtend::createReader(sal_Int32 _nRows)
@@ -71,10 +71,10 @@
                                                        m_pParent->GetFactory(),
                                                        
m_pParent->getDestVector(),
                                                        
m_pParent->getTypeInfo(),
-                            m_pParent->isAutoincrementEnabled());
+                            m_pParent->shouldCreatePrimaryKey());
 }
 //========================================================================
-OWizNormalExtend::OWizNormalExtend(Window* pParent) : OWizTypeSelect( pParent)
+OWizNormalExtend::OWizNormalExtend(Window* pParent) : OWizTypeSelect( pParent )
 {
        EnableAuto(sal_False);
     Size aflSize( m_flColumns.GetSizePixel() );




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to