summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 11:30:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 11:30:29 +0000
commit72b3f0597e2b146136cbfe373ae31557af47b8f5 (patch)
tree840b20da2ddfab64f982ff0693b2841d69f01e29 /connectivity
parent0adf359c18e556af8a06abaf45a82cf7dc0cda9e (diff)
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
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.hxx b/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.hxx
index 1db897dd0465..b9db07427803 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.hxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.hxx
@@ -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;
};
}