User: obo Date: 06/01/19 07:42:19 Modified: /dba/dbaccess/source/ui/inc/ DExport.hxx
Log: INTEGRATION: CWS dba202e (1.13.56); FILE MERGED 2006/01/03 09:43:10 oj 1.13.56.1: #i59833# exception caught File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: DExport.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/DExport.hxx?r1=1.13&r2=1.14 Delta lines: +3 -0 ------------------- --- DExport.hxx 23 Sep 2005 12:32:45 -0000 1.13 +++ DExport.hxx 19 Jan 2006 15:42:16 -0000 1.14 @@ -120,6 +120,8 @@ String m_sTextToken; // Zellen Inhalt TOTypeInfoSP m_pTypeInfo; // contains the default type + const TColumnVector* m_pColumnList; + const OTypeInfoMap* m_pInfoMap; sal_Int32 m_nColumnPos; // aktuelle Spaltenposition sal_Int32 m_nRows; // Anzahl der Zeilen die durchsucht werden sollen sal_Int32 m_nRowCount; // current count of rows @@ -142,6 +144,7 @@ sal_Int32 CheckString(const String& aToken, sal_Int32 _nOldFormat); void insertValueIntoColumn(); sal_Bool createRowSet(); + void showErrorDialog(const ::com::sun::star::sdbc::SQLException& e); /** executeWizard calls a wizard to create/append data @param _sTableName the tablename --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
