summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XColumn.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 20:43:31 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 20:43:31 +0000
commitead94d1c5c6503f6852b5a066593bfba4f7b9e93 (patch)
tree3149b8bb6b9892127ba8fd3adba8bb908045334a /offapi/com/sun/star/sdb/XColumn.idl
parent8ce269155a2dc36c41244567578235cfcd3c4c38 (diff)
INTEGRATION: CWS sb18 (1.7.328); FILE MERGED
2004/05/21 15:01:38 sb 1.7.328.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/sdb/XColumn.idl')
-rw-r--r--offapi/com/sun/star/sdb/XColumn.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/sdb/XColumn.idl b/offapi/com/sun/star/sdb/XColumn.idl
index 9a549dc22..bfd76d2aa 100644
--- a/offapi/com/sun/star/sdb/XColumn.idl
+++ b/offapi/com/sun/star/sdb/XColumn.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XColumn.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:55:06 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:43:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,18 +82,18 @@
#endif
module com { module sun { module star { module io {
-interface XInputStream;
+ published interface XInputStream;
};};};};
module com { module sun { module star { module container {
-interface XNameAccess;
+ published interface XNameAccess;
};};};};
module com { module sun { module star { module sdbc {
-interface XRef;
-interface XArray;
-interface XBlob;
-interface XClob;
+ published interface XRef;
+ published interface XArray;
+ published interface XBlob;
+ published interface XClob;
};};};};
module com { module sun { module star { module sdb {
@@ -102,7 +102,7 @@ interface XClob;
// DocMerge from xml: interface com::sun::star::io::com::sun::star::container::com::sun::star::sdbc::com::sun::star::sdb::XColumn
/** is used to access data which is collected in a row.
*/
-interface XColumn: com::sun::star::uno::XInterface
+published interface XColumn: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------