[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/openoffice.org/FC-4 openoffice.org-1.9.117.ooo52023.evoadb2.nognuconst.patch, NONE, 1.1
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/openoffice.org/FC-4 openoffice.org-1.9.117.ooo52023.evoadb2.nognuconst.patch, NONE, 1.1
- Date: Sun, 17 Jul 2005 07:43:58 -0400
Author: caolanm
Update of /cvs/dist/rpms/openoffice.org/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv7516
Added Files:
openoffice.org-1.9.117.ooo52023.evoadb2.nognuconst.patch
Log Message:
new patch
openoffice.org-1.9.117.ooo52023.evoadb2.nognuconst.patch:
connectivity/source/drivers/evoab2/NConnection.hxx | 2 +-
connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx | 8 ++++----
source/drivers/evoab2/NConnection.hxx | 0
source/drivers/evoab2/NDatabaseMetaData.hxx | 0
4 files changed, 5 insertions(+), 5 deletions(-)
--- NEW FILE openoffice.org-1.9.117.ooo52023.evoadb2.nognuconst.patch ---
Index: source/drivers/evoab2/NConnection.hxx
===================================================================
RCS file: /cvs/dba/connectivity/source/drivers/evoab2/NConnection.hxx,v
retrieving revision 1.2
diff -u -p -r1.2 NConnection.hxx
--- openoffice.org.orig/connectivity/source/drivers/evoab2/NConnection.hxx 9 Jun 2005 14:10:18 -0000 1.2
+++ openoffice.org/connectivity/source/drivers/evoab2/NConnection.hxx 15 Jul 2005 11:18:28 -0000
@@ -143,7 +143,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);
Index: source/drivers/evoab2/NDatabaseMetaData.hxx
===================================================================
RCS file: /cvs/dba/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx,v
retrieving revision 1.2
diff -u -p -r1.2 NDatabaseMetaData.hxx
--- openoffice.org.orig/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx 9 Jun 2005 14:10:46 -0000 1.2
+++ openoffice.org/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx 15 Jul 2005 11:18:31 -0000
@@ -88,10 +88,10 @@ namespace connectivity
//**************************************************************
const GParamSpec *getField(guint n);
- guint getFieldCount() G_GNUC_CONST;
- sal_Int32 getFieldType(sal_Int32 nCol) G_GNUC_CONST;
- rtl::OUString getFieldTypeName(sal_Int32 nCol) G_GNUC_CONST;
- rtl::OUString getFieldName(sal_Int32 nCol) G_GNUC_CONST;
+ guint getFieldCount();
+ sal_Int32 getFieldType(sal_Int32 nCol);
+ rtl::OUString getFieldTypeName(sal_Int32 nCol);
+ rtl::OUString getFieldName(sal_Int32 nCol);
class OEvoabDatabaseMetaData : public ODatabaseMetaDataBase
{
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]