diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2011-03-18 15:55:57 +0100 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2011-03-18 15:55:57 +0100 |
commit | 3e396922c2926165d680e8051c3d9247ea4aaf78 (patch) | |
tree | ef160de849294631f8a13e8f55a6494f272c71a7 /offapi/com/sun/star/view | |
parent | 0461d179dddc2caab6315e6f7ec7bb3804dd017a (diff) |
#i117329# - Publishing of UNO types, 4th wave.
Diffstat (limited to 'offapi/com/sun/star/view')
-rw-r--r-- | offapi/com/sun/star/view/XMultiSelectionSupplier.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/view/XMultiSelectionSupplier.idl b/offapi/com/sun/star/view/XMultiSelectionSupplier.idl index 3557b3c47fae..249cc53072ec 100644 --- a/offapi/com/sun/star/view/XMultiSelectionSupplier.idl +++ b/offapi/com/sun/star/view/XMultiSelectionSupplier.idl @@ -50,7 +50,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> */ -interface XMultiSelectionSupplier: XSelectionSupplier +published interface XMultiSelectionSupplier: XSelectionSupplier { //------------------------------------------------------------------------- |