summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-12-14 08:40:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-12-14 08:40:56 +0000
commit1c67074fff657e9c0da036f5fcc2f3ac46df491c (patch)
treebb98c8ffd10323522bb6e62de0acae108bc3cdc1
parent44a88456b5cb2e645207832d7cb3c00c35d2006c (diff)
INTEGRATION: CWS cmcfixes20 (1.3.24); FILE MERGED
2005/10/28 08:23:58 cmc 1.3.24.1: G_GNUC_CONST in evoadb2 problematic
-rw-r--r--connectivity/source/drivers/evoab2/NConnection.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/evoab2/NConnection.hxx b/connectivity/source/drivers/evoab2/NConnection.hxx
index 5d372f0151c9..2e0551d3e5b6 100644
--- a/connectivity/source/drivers/evoab2/NConnection.hxx
+++ b/connectivity/source/drivers/evoab2/NConnection.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: NConnection.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 05:50:04 $
+ * last change: $Author: rt $ $Date: 2005-12-14 09:40:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -117,7 +117,7 @@ namespace connectivity
inline const OEvoabDriver* getDriver() const { return static_cast< const OEvoabDriver* >( m_pDriver ); }
SDBCAddress::sdbc_address_type getSDBCAddressType() const { return m_eSDBCAddressType;}
- SDBCAddress::sdbc_address_type setSDBCAddressType(SDBCAddress::sdbc_address_type _eSDBCAddressType) {m_eSDBCAddressType = _eSDBCAddressType;}
+ void setSDBCAddressType(SDBCAddress::sdbc_address_type _eSDBCAddressType) {m_eSDBCAddressType = _eSDBCAddressType;}
// OComponentHelper
virtual void SAL_CALL disposing(void);