INTEGRATION: CWS mozab05 (1.5.46); FILE MERGED

2005/01/27 11:30:11 windly 1.5.46.2: #i41444# mozab crash on solaris sparc
2005/01/17 05:30:54 windly 1.5.46.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity
This commit is contained in:
Vladimir Glazounov 2005-02-21 11:30:29 +00:00
parent 0adf359c18
commit 72b3f0597e

View file

@ -2,9 +2,9 @@
*
* $RCSfile: MDatabaseMetaDataHelper.hxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: hjs $ $Date: 2004-06-25 18:31:40 $
* last change: $Author: vg $ $Date: 2005-02-21 12:30:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -119,6 +119,9 @@
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
#include <com/sun/star/uno/Sequence.hxx>
#endif
#ifndef _COM_SUN_STAR_MOZILLA_MOZILLPRODUCTTYPE_HPP_
#include <com/sun/star/mozilla/MozillaProductType.hpp>
#endif
namespace connectivity
@ -131,7 +134,7 @@ namespace connectivity
MDatabaseMetaDataHelper( );
~MDatabaseMetaDataHelper();
//PROXIED_FUNCTION
//
sal_Bool getTableStrings( OConnection* _pCon,
::std::vector< ::rtl::OUString >& _rStrings,
::std::vector< ::rtl::OUString >& _rTypes);
@ -152,6 +155,8 @@ namespace connectivity
::std::vector< ::rtl::OUString > m_aTableTypes;
::rtl::OUString m_aErrorString;
void setAbSpecificError( OConnection* _pCon, sal_Bool bGivenURI );
::com::sun::star::mozilla::MozillaProductType m_ProductType;
::rtl::OUString m_ProfileName;
};
}