diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:15:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:15:05 +0000 |
commit | 8884977e6a7135e211553d089602013cf7524f4e (patch) | |
tree | 36f8d01b6e2f45d93d50d11f53dc88b2ed675638 /offapi/com/sun/star | |
parent | 37a6a8e9e3fd1d45a192a523af9d54c52da434e0 (diff) |
INTEGRATION: CWS sb18 (1.2.406); FILE MERGED
2004/05/21 15:07:03 sb 1.2.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r-- | offapi/com/sun/star/util/XUpdatable.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XUpdatable.idl b/offapi/com/sun/star/util/XUpdatable.idl index dc619d361865..ff319ea7e311 100644 --- a/offapi/com/sun/star/util/XUpdatable.idl +++ b/offapi/com/sun/star/util/XUpdatable.idl @@ -2,9 +2,9 @@ * * $RCSfile: XUpdatable.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:11:01 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:15:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ module com { module sun { module star { module util { //============================================================================= /** is supported by objects with data that can be updated from a data source. */ -interface XUpdatable: com::sun::star::uno::XInterface +published interface XUpdatable: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** refreshes the data of the object from the connected data source. |