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 | 8d4bdbb1e7090c501700e883f14dddcb9ae629b8 (patch) | |
tree | 9484bad1776fd9f9f3611b19cef4c71a8359011f | |
parent | 539df3ab5c9d999e5b96756eb1dd955490511815 (diff) | |
parent | 29272db80efbf8fae0ae5946cbd69fb89277fd9d (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 b50190f84..e01a64564 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. |