Kaydet (Commit) ca9af6eb authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS mingwport03 (1.19.60); FILE MERGED

2006/11/07 12:27:39 vg 1.19.60.2: RESYNC: (1.19-1.20); FILE MERGED
2006/09/07 10:22:03 vg 1.19.60.1: #i53572# MinGW port
üst f5a45e53
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: AKey.cxx,v $ * $RCSfile: AKey.cxx,v $
* *
* $Revision: 1.20 $ * $Revision: 1.21 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 02:13:58 $ * last change: $Author: vg $ $Date: 2007-03-26 13:57:23 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -176,12 +176,12 @@ void OAdoKey::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rVal ...@@ -176,12 +176,12 @@ void OAdoKey::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rVal
} }
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
void SAL_CALL OAdoKey::acquire() throw(::com::sun::star::uno::RuntimeException) void SAL_CALL OAdoKey::acquire() throw()
{ {
OKey_ADO::acquire(); OKey_ADO::acquire();
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
void SAL_CALL OAdoKey::release() throw(::com::sun::star::uno::RuntimeException) void SAL_CALL OAdoKey::release() throw()
{ {
OKey_ADO::release(); OKey_ADO::release();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment