Tag: cws_dev300_dba30c User: oj Date: 2008-05-02 11:01:16+0000 Modified: dba/connectivity/source/inc/file/FResultSet.hxx
Log: #i53779# apply patch for distinct values File Changes: Directory: /dba/connectivity/source/inc/file/ ============================================= File [changed]: FResultSet.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/file/FResultSet.hxx?r1=1.36&r2=1.36.10.1 Delta lines: +3 -2 ------------------- --- FResultSet.hxx 2008-04-10 11:15:24+0000 1.36 +++ FResultSet.hxx 2008-05-02 11:01:13+0000 1.36.10.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: FResultSet.hxx,v $ - * $Revision: 1.36 $ + * $Revision: 1.36.10.1 $ * * This file is part of OpenOffice.org. * @@ -181,6 +181,7 @@ void updateValue(sal_Int32 columnIndex,const ORowSetValue& x ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); // clear insert row void clearInsertRow(); + void sortRows(); protected: using OResultSet_BASE::rBHelper; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
