summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl b/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl
index d37f4bfefe73..ec95abb257b3 100644
--- a/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl
+++ b/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module awt { module tree {
/** If you do not want to implement the <type>XTreeDataModel</type> yourself, use this service.
This implementation uses <type>MutableTreeNode</type> for its nodes.
*/
-published service MutableTreeDataModel : XMutableTreeDataModel
+service MutableTreeDataModel : XMutableTreeDataModel
{
};