diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:17:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:17:33 +0000 |
commit | fb3d6cb2cf7f45709d3d72c3a134701bdc0dbd67 (patch) | |
tree | 0df887b6db6ae1524ab8248ac7dce97251c53409 | |
parent | 2c9fe873592c3e0942322d476145bff47139648e (diff) |
INTEGRATION: CWS qiq (1.8.104); FILE MERGED
2006/06/27 13:53:19 fs 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED
2006/06/16 11:32:28 fs 1.8.104.1: during #i51143#:
refactored VCollection:
- createEmptyObject now named createDescriptor
- cloneObject removed
- appendObject now returns the newly created object
(previously done via a subsequent call to cloneObject)
-rw-r--r-- | connectivity/inc/connectivity/sdbcx/VDescriptor.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/sdbcx/VDescriptor.hxx b/connectivity/inc/connectivity/sdbcx/VDescriptor.hxx index 923bf5a3b2da..bbd2c64e9321 100644 --- a/connectivity/inc/connectivity/sdbcx/VDescriptor.hxx +++ b/connectivity/inc/connectivity/sdbcx/VDescriptor.hxx @@ -4,9 +4,9 @@ * * $RCSfile: VDescriptor.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-20 01:01:19 $ + * last change: $Author: obo $ $Date: 2006-07-10 14:17:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. |