diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-08 14:22:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-08 14:22:32 +0000 |
commit | 3b249af665c3e36a8c0af1d64b50563f4821e5a4 (patch) | |
tree | ad4681d080210c663fc0cd08f235c9de72b80669 /offapi | |
parent | 381834635b48d6b8a3652b0a1cd679119885ab4f (diff) |
INTEGRATION: CWS tbcontrols (1.29.106); FILE MERGED
2006/04/27 07:55:15 cd 1.29.106.1: #i64501# New interface and structs for complex toolbar controllers
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/frame/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/makefile.mk b/offapi/com/sun/star/frame/makefile.mk index a79b4f056553..3913cb068616 100644 --- a/offapi/com/sun/star/frame/makefile.mk +++ b/offapi/com/sun/star/frame/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.29 $ +# $Revision: 1.30 $ # -# last change: $Author: rt $ $Date: 2005-09-08 01:29:49 $ +# last change: $Author: hr $ $Date: 2006-05-08 15:22:32 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -51,6 +51,8 @@ IDLFILES=\ Components.idl\ ContentHandler.idl\ ContentHandlerFactory.idl\ + ControlCommand.idl\ + ControlEvent.idl\ Controller.idl\ Desktop.idl\ DesktopTask.idl\ @@ -101,6 +103,7 @@ IDLFILES=\ XComponentRegistry.idl\ XConfigManager.idl\ XController.idl\ + XControlNotificationListener.idl\ XControllerBorder.idl\ XDesktop.idl\ XDesktopTask.idl\ |