Tag: cws_src680_os63
User: os      
Date: 05/07/07 01:52:25

Modified:
 /dba/connectivity/source/drivers/file/
  FResultSet.cxx

Log:
 #i50349# namespace added

File Changes:

Directory: /dba/connectivity/source/drivers/file/
=================================================

File [changed]: FResultSet.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FResultSet.cxx?r1=1.92&r2=1.92.48.1
Delta lines:  +4 -4
-------------------
--- FResultSet.cxx      16 Feb 2005 17:25:50 -0000      1.92
+++ FResultSet.cxx      7 Jul 2005 08:52:22 -0000       1.92.48.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: FResultSet.cxx,v $
  *
- *  $Revision: 1.92 $
+ *  $Revision: 1.92.48.1 $
  *
- *  last change: $Author: vg $ $Date: 2005/02/16 17:25:50 $
+ *  last change: $Author: os $ $Date: 2005/07/07 08:52:22 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -1549,7 +1549,7 @@
                                                {
                                                        
m_aOrderbyColumnNumber.clear();
                                                        
m_aOrderbyAscending.clear();
-                                                       
sort(m_pFileSet->begin(),m_pFileSet->end());
+                                                       
std::sort(m_pFileSet->begin(),m_pFileSet->end());
                                                }
                                        }
                                        //      
SetRowCount(m_pFileSet->count());




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

Reply via email to