Tag: cws_src680_warnings01 User: fs Date: 05/12/22 04:44:59 Modified: /dba/connectivity/source/drivers/mozab/ MStatement.hxx
Log: warning-free code File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MStatement.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MStatement.hxx?r1=1.5.30.3&r2=1.5.30.4 Delta lines: +6 -3 ------------------- --- MStatement.hxx 21 Nov 2005 10:07:53 -0000 1.5.30.3 +++ MStatement.hxx 22 Dec 2005 12:44:54 -0000 1.5.30.4 @@ -4,9 +4,9 @@ * * $RCSfile: MStatement.hxx,v $ * - * $Revision: 1.5.30.3 $ + * $Revision: 1.5.30.4 $ * - * last change: $Author: fs $ $Date: 2005/11/21 10:07:53 $ + * last change: $Author: fs $ $Date: 2005/12/22 12:44:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,6 +81,9 @@ #ifndef _CONNECTIVITY_FILE_VALUE_HXX_ #include <connectivity/FValue.hxx> #endif +#ifndef CONNECTIVITY_TSORTINDEX_HXX +#include "TSortIndex.hxx" +#endif #include "MConnection.hxx" #include "MTable.hxx" @@ -129,7 +132,7 @@ ::std::vector<sal_Int32> m_aColMapping; ::std::vector<sal_Int32> m_aOrderbyColumnNumber; - ::std::vector<sal_Int16> m_aOrderbyAscending; + ::std::vector<TAscendingOrder> m_aOrderbyAscending; ::cppu::OBroadcastHelper& rBHelper; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
