diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:21:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:21:15 +0000 |
commit | ec99d571834faa58ac0c05a36eca7d0705afeb27 (patch) | |
tree | 132f744a32b6c61698f723ba476747db0262724c | |
parent | 7d3546c0dab9a36c9a7dbba2b9c3b52a94a0450c (diff) |
INTEGRATION: CWS sb18 (1.8.406); FILE MERGED
2004/05/21 15:07:13 sb 1.8.406.1: #i21150# Added published flag.
-rw-r--r-- | offapi/com/sun/star/view/XSelectionSupplier.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/view/XSelectionSupplier.idl b/offapi/com/sun/star/view/XSelectionSupplier.idl index b6098b570e17..a878243b1fa1 100644 --- a/offapi/com/sun/star/view/XSelectionSupplier.idl +++ b/offapi/com/sun/star/view/XSelectionSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSelectionSupplier.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:11:13 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:21:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ module com { module sun { module star { module view { @see OfficeDocumentView */ -interface XSelectionSupplier: com::sun::star::uno::XInterface +published interface XSelectionSupplier: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** selects the object represented by <var>xSelection</var> if it is |