diff options
Diffstat (limited to 'offapi/com/sun/star/view')
-rw-r--r-- | offapi/com/sun/star/view/SelectionType.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/view/XMultiSelectionSupplier.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/view/SelectionType.idl b/offapi/com/sun/star/view/SelectionType.idl index b25f2a09b272..270982c252be 100644 --- a/offapi/com/sun/star/view/SelectionType.idl +++ b/offapi/com/sun/star/view/SelectionType.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module view { /** Specifies a selection type for a view that supports a selection model. */ -published enum SelectionType +enum SelectionType { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/view/XMultiSelectionSupplier.idl b/offapi/com/sun/star/view/XMultiSelectionSupplier.idl index 54d8fc51d872..93c90b0df0d4 100644 --- a/offapi/com/sun/star/view/XMultiSelectionSupplier.idl +++ b/offapi/com/sun/star/view/XMultiSelectionSupplier.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module view { <p>Adding an object more than once to a selection should not toggle the selection for that object but only select it once</p> */ -published interface XMultiSelectionSupplier: XSelectionSupplier +interface XMultiSelectionSupplier: XSelectionSupplier { //------------------------------------------------------------------------- |