Tag: cws_src680_dba24d
User: fs      
Date: 2007-12-05 14:37:00+0000
Modified:
   dba/dbaccess/source/ui/inc/WCopyTable.hxx

Log:
 #i81658# m_aColumnInfo should not be sorted by name

File Changes:

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

File [changed]: WCopyTable.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/WCopyTable.hxx?r1=1.22.28.8&r2=1.22.28.9
Delta lines:  +3 -3
-------------------
--- WCopyTable.hxx      2007-12-05 13:41:48+0000        1.22.28.8
+++ WCopyTable.hxx      2007-12-05 14:36:57+0000        1.22.28.9
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: WCopyTable.hxx,v $
  *
- *  $Revision: 1.22.28.8 $
+ *  $Revision: 1.22.28.9 $
  *
- *  last change: $Author: fs $ $Date: 2007/12/05 13:41:48 $
+ *  last change: $Author: fs $ $Date: 2007/12/05 14:36:57 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -225,7 +225,7 @@
         ::rtl::OUString                                                        
         m_sTableCatalog;
         ::rtl::OUString                                                        
         m_sTableSchema;
         ::rtl::OUString                                                        
         m_sTableBareName;
-        ::std::map< ::rtl::OUString, OFieldDescription >                       
         m_aColumnInfo;
+        ::std::vector< OFieldDescription >                                     
         m_aColumnInfo;
         ::utl::SharedUNOComponent< ::com::sun::star::sdbc::XPreparedStatement 
>         m_xStatement;
 
     public:




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

Reply via email to