From f5a45e530a7094bb6a4cd6010edfb6f976c27aa3 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 26 Mar 2007 12:56:59 +0000 Subject: INTEGRATION: CWS mingwport03 (1.20.60); FILE MERGED 2006/11/07 12:29:53 vg 1.20.60.2: RESYNC: (1.20-1.21); FILE MERGED 2006/09/07 10:22:03 vg 1.20.60.1: #i53572# MinGW port --- connectivity/source/drivers/ado/AIndex.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'connectivity/source/drivers/ado/AIndex.cxx') diff --git a/connectivity/source/drivers/ado/AIndex.cxx b/connectivity/source/drivers/ado/AIndex.cxx index 03e49ca8a161..efcc9c1f2729 100644 --- a/connectivity/source/drivers/ado/AIndex.cxx +++ b/connectivity/source/drivers/ado/AIndex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AIndex.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: obo $ $Date: 2006-09-17 02:13:31 $ + * last change: $Author: vg $ $Date: 2007-03-26 13:56:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -168,12 +168,12 @@ void SAL_CALL OAdoIndex::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,cons OIndex_ADO::setFastPropertyValue_NoBroadcast(nHandle,rValue); } // ----------------------------------------------------------------------------- -void SAL_CALL OAdoIndex::acquire() throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OAdoIndex::acquire() throw() { OIndex_ADO::acquire(); } // ----------------------------------------------------------------------------- -void SAL_CALL OAdoIndex::release() throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OAdoIndex::release() throw() { OIndex_ADO::release(); } -- cgit