Tag: cws_src680_gcc41
User: pmladek 
Date: 05/12/07 04:51:49

Modified:
 /dba/connectivity/source/drivers/evoab2/
  NDatabaseMetaData.hxx
 /dba/connectivity/source/inc/dbase/
  DTable.hxx

Log:
 #i58967#
 Removed extra qualification to fix build with gcc-4.1

File Changes:

Directory: /dba/connectivity/source/drivers/evoab2/
===================================================

File [changed]: NDatabaseMetaData.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx?r1=1.3&r2=1.3.52.1
Delta lines:  +4 -4
-------------------
--- NDatabaseMetaData.hxx       8 Sep 2005 05:50:31 -0000       1.3
+++ NDatabaseMetaData.hxx       7 Dec 2005 12:51:46 -0000       1.3.52.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: NDatabaseMetaData.hxx,v $
  *
- *  $Revision: 1.3 $
+ *  $Revision: 1.3.52.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/09/08 05:50:31 $
+ *  last change: $Author: pmladek $ $Date: 2005/12/07 12:51:46 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -75,7 +75,7 @@
                        
                public:                 
                        inline OEvoabConnection* getOwnConnection() const { 
return m_pConnection; }
-                       void OEvoabDatabaseMetaData::construct();
+                       void construct();
                        
                        OEvoabDatabaseMetaData(OEvoabConnection* _pCon);
                        virtual ~OEvoabDatabaseMetaData();

Directory: /dba/connectivity/source/inc/dbase/
==============================================

File [changed]: DTable.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/dbase/DTable.hxx?r1=1.36&r2=1.36.52.1
Delta lines:  +4 -4
-------------------
--- DTable.hxx  8 Sep 2005 07:06:00 -0000       1.36
+++ DTable.hxx  7 Dec 2005 12:51:47 -0000       1.36.52.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: DTable.hxx,v $
  *
- *  $Revision: 1.36 $
+ *  $Revision: 1.36.52.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/09/08 07:06:00 $
+ *  last change: $Author: pmladek $ $Date: 2005/12/07 12:51:47 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -133,7 +133,7 @@
 
                        void throwInvalidDbaseFormat();
                        void SAL_CALL renameImpl( const ::rtl::OUString& 
newName ) throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::container::ElementExistException, 
::com::sun::star::uno::RuntimeException);
-                       void ODbaseTable::throwInvalidColumnType(const 
::rtl::OUString& _sError,const ::rtl::OUString& _sColumnName);
+                       void throwInvalidColumnType(const ::rtl::OUString& 
_sError,const ::rtl::OUString& _sColumnName);
 
                protected:
                        virtual void FileClose();




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to