User: hr Date: 06/06/19 18:23:12 Modified: /dba/connectivity/source/drivers/evoab/ LFolderList.hxx
Log: INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2006/01/25 20:49:07 sb 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/16 12:58:57 fs 1.3.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/drivers/evoab/ ================================================== File [changed]: LFolderList.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LFolderList.hxx?r1=1.4&r2=1.5 Delta lines: +1 -5 ------------------- --- LFolderList.hxx 21 Dec 2005 13:16:17 -0000 1.4 +++ LFolderList.hxx 20 Jun 2006 01:23:09 -0000 1.5 @@ -70,7 +70,7 @@ ::std::vector<sal_Int32> m_aTypes; // holds all type for columns just to avoid to ask the propertyset ::std::vector<sal_Int32> m_aPrecisions; // same as aboth ::std::vector<sal_Int32> m_aScales; - OEvoabString m_aCurrentLine; + QuotedTokenizedString m_aCurrentLine; ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatter > m_xNumberFormatter; sal_Int32 m_nFilePos; // aktuelle IResultSetHelper::Movement SvStream* m_pFileStream; @@ -89,10 +89,6 @@ public: OEvoabFolderList( OEvoabConnection* _pConnection); - OEvoabFolderList( OEvoabConnection* _pConnection, - const ::rtl::OUString& _Name, - const ::rtl::OUString& _Type - ); OEvoabConnection* getConnection() const { return m_pConnection;} ::vos::ORef<OSQLColumns> getTableColumns() const {return m_aColumns;} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
