Tag: cws_src680_warnings01 User: fs Date: 05/12/22 04:14:46 Modified: /dba/connectivity/source/drivers/mozab/ MResultSet.cxx, MResultSet.hxx
Log: warning-free code File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MResultSet.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MResultSet.cxx?r1=1.22.30.3&r2=1.22.30.4 Delta lines: +3 -3 ------------------- --- MResultSet.cxx 21 Nov 2005 10:07:52 -0000 1.22.30.3 +++ MResultSet.cxx 22 Dec 2005 12:14:43 -0000 1.22.30.4 @@ -4,9 +4,9 @@ * * $RCSfile: MResultSet.cxx,v $ * - * $Revision: 1.22.30.3 $ + * $Revision: 1.22.30.4 $ * - * last change: $Author: fs $ $Date: 2005/11/21 10:07:52 $ + * last change: $Author: fs $ $Date: 2005/12/22 12:14:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2005,7 +2005,7 @@ m_aOrderbyColumnNumber = _aColumnOrderBy; } -void OResultSet::setOrderByAscending(const ::std::vector<sal_Int16>& _aOrderbyAsc) +void OResultSet::setOrderByAscending(const ::std::vector<TAscendingOrder>& _aOrderbyAsc) { m_aOrderbyAscending = _aOrderbyAsc; } File [changed]: MResultSet.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MResultSet.hxx?r1=1.9.30.3&r2=1.9.30.4 Delta lines: +4 -4 ------------------- --- MResultSet.hxx 21 Nov 2005 10:07:52 -0000 1.9.30.3 +++ MResultSet.hxx 22 Dec 2005 12:14:44 -0000 1.9.30.4 @@ -4,9 +4,9 @@ * * $RCSfile: MResultSet.hxx,v $ * - * $Revision: 1.9.30.3 $ + * $Revision: 1.9.30.4 $ * - * last change: $Author: fs $ $Date: 2005/11/21 10:07:52 $ + * last change: $Author: fs $ $Date: 2005/12/22 12:14:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -280,7 +280,7 @@ ::std::vector<sal_Int32> m_aColMapping; // pos 0 is unused so we don't have to decrement 1 everytime ::std::vector<sal_Int32> m_aOrderbyColumnNumber; - ::std::vector<sal_Int16> m_aOrderbyAscending; + ::std::vector<TAscendingOrder> m_aOrderbyAscending; ::com::sun::star::uno::Sequence< ::rtl::OUString> m_aColumnNames; OValueRow m_aRow; OValueRow m_aParameterRow; @@ -356,7 +356,7 @@ void setOrderByColumns(const ::std::vector<sal_Int32>& _aColumnOrderBy); - void setOrderByAscending(const ::std::vector<sal_Int16>& _aOrderbyAsc); + void setOrderByAscending(const ::std::vector<TAscendingOrder>& _aOrderbyAsc); inline sal_Int32 mapColumn(sal_Int32 column); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
