diff options
author | thb <thb@openoffice.org> | 2010-01-07 14:38:08 +0100 |
---|---|---|
committer | thb <thb@openoffice.org> | 2010-01-07 14:38:08 +0100 |
commit | 879ae64d59b53c6d7e28d991eb6c8dd9d6d51f04 (patch) | |
tree | 746168f1b44f1756d93c6345a674c337186b74fc | |
parent | b2960f768b727ba6ed8217d3482e635fd0d1bdd7 (diff) | |
parent | 59a5f79d04ca9478a740d348e420ddb34f86c890 (diff) |
eraser01: merged with erics additional fixes
-rw-r--r-- | offapi/com/sun/star/presentation/XSlideShow.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/presentation/XSlideShow.idl b/offapi/com/sun/star/presentation/XSlideShow.idl index ca3a614f8d86..29e74e91797c 100644 --- a/offapi/com/sun/star/presentation/XSlideShow.idl +++ b/offapi/com/sun/star/presentation/XSlideShow.idl @@ -155,6 +155,10 @@ interface XSlideShow : ::com::sun::star::uno::XInterface @param xPage The slide to display. + @param xDrawPages + For future use. + This parameter can be NULL when the ENABLE_PRESENTER_EXTRA_UI feature is disabled. + @param xAnimationNode The animation node determine the animations to display. |