diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:39:06 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:39:06 +0000 |
commit | daea7c40ae7c8a9a6bea586e60bdfff2841f0803 (patch) | |
tree | 4c864ff435c4cbe59c72310ce1816ed52bdfbae6 | |
parent | ef3eb684e2babd8d85ce79075c4af5e800b9b985 (diff) |
INTEGRATION: CWS presenterview (1.13.60); FILE MERGED
2008/01/09 18:24:23 cl 1.13.60.2: #i15900# moved slideshow api to offapi
2007/02/27 09:04:51 cl 1.13.60.1: #i71351# added api draft for a slideshow controller
-rw-r--r-- | offapi/com/sun/star/presentation/makefile.mk | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/offapi/com/sun/star/presentation/makefile.mk b/offapi/com/sun/star/presentation/makefile.mk index 3a17a6afe2e5..2006221405b8 100644 --- a/offapi/com/sun/star/presentation/makefile.mk +++ b/offapi/com/sun/star/presentation/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: rt $ $Date: 2006-12-01 17:11:10 $ +# last change: $Author: kz $ $Date: 2008-04-03 15:39:06 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -87,7 +87,15 @@ IDLFILES=\ ParagraphTarget.idl\ ShapeAnimationSubType.idl\ TextAnimationType.idl\ - EffectCommands.idl + EffectCommands.idl\ + XShapeEventListener.idl\ + XSlideShow.idl\ + XSlideShowController.idl\ + XSlideShowListener.idl\ + XSlideShowView.idl\ + XPresentation2.idl\ + XTransition.idl\ + XTransitionFactory.idl # ------------------------------------------------------------------ |