From b5e8ad42874af128ea9e4ada406303695c9be314 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 24 Jul 2007 10:59:23 +0000 Subject: INTEGRATION: CWS dba23b (1.2.144); FILE MERGED 2007/07/07 20:23:04 fs 1.2.144.1: fully qualified since tag --- offapi/com/sun/star/sdb/application/DatabaseObject.idl | 8 +++++--- offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl | 6 ++++-- offapi/com/sun/star/sdb/application/XTableUIProvider.idl | 6 ++++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/offapi/com/sun/star/sdb/application/DatabaseObject.idl b/offapi/com/sun/star/sdb/application/DatabaseObject.idl index ca20bede1d89..6f32fe553b71 100644 --- a/offapi/com/sun/star/sdb/application/DatabaseObject.idl +++ b/offapi/com/sun/star/sdb/application/DatabaseObject.idl @@ -4,9 +4,9 @@ * * $RCSfile: DatabaseObject.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-10-05 12:55:25 $ + * last change: $Author: rt $ $Date: 2007-07-24 11:58:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,7 +46,9 @@ module com { module sun { module star { module sdb { module application { //============================================================================= -/** +/** denotes different objects within a database document + + @since OOo 2.2.0 */ constants DatabaseObject { diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl index 3fcb013f3b6c..5ae03c4982cf 100644 --- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl +++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl @@ -4,9 +4,9 @@ * * $RCSfile: XDatabaseDocumentUI.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-10-05 12:55:36 $ + * last change: $Author: rt $ $Date: 2007-07-24 11:59:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,6 +62,8 @@ module com { module sun { module star { module sdb { module application { @see com::sun::star::frame::Controller @see com::sun::star::sdb::DatabaseDocument + + @since OOo 2.2.0 */ interface XDatabaseDocumentUI { diff --git a/offapi/com/sun/star/sdb/application/XTableUIProvider.idl b/offapi/com/sun/star/sdb/application/XTableUIProvider.idl index 8daaf2db7e04..8e37fb830706 100644 --- a/offapi/com/sun/star/sdb/application/XTableUIProvider.idl +++ b/offapi/com/sun/star/sdb/application/XTableUIProvider.idl @@ -4,9 +4,9 @@ * * $RCSfile: XTableUIProvider.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-10-05 12:55:47 $ + * last change: $Author: rt $ $Date: 2007-07-24 11:59:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,6 +52,8 @@ interface XDatabaseDocumentUI; interface information and/or components for database tables. @see com::sun::star::sdb::Connection + + @since OOo 2.2.0 */ interface XTableUIProvider { -- cgit