diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-08 14:22:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-08 14:22:08 +0000 |
commit | cd7770cb71b306d97a7960fb06aa1a2b3ba4269d (patch) | |
tree | d8e3f63831035ddf2a751c540b909fea5054a58e /offapi | |
parent | 155c7f31e9e5b972bcb76b6bb24e1c19aeac596b (diff) |
INTEGRATION: CWS tbcontrols (1.5.104); FILE MERGED
2006/04/27 07:55:00 cd 1.5.104.1: #i64501# Added documentation reference to XControlNotificationListener interface
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/frame/DispatchProvider.idl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/DispatchProvider.idl b/offapi/com/sun/star/frame/DispatchProvider.idl index 61a75512dd5a..0841dbf94497 100644 --- a/offapi/com/sun/star/frame/DispatchProvider.idl +++ b/offapi/com/sun/star/frame/DispatchProvider.idl @@ -4,9 +4,9 @@ * * $RCSfile: DispatchProvider.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 00:57:57 $ + * last change: $Author: hr $ $Date: 2006-05-08 15:22:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,6 +60,7 @@ module com { module sun { module star { module frame { @see XNotifyingDispatch @see XDispatch + @see XControlNotificationListener */ published service DispatchProvider { |