proofreading and corrections from Richard Holt
This commit is contained in:
parent
eed0de805e
commit
c99613c3f0
2 changed files with 12 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: ClickAction.idl,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: mi $ $Date: 2000-11-08 12:43:28 $
|
||||
* last change: $Author: mi $ $Date: 2001-11-01 14:52:05 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -105,7 +105,7 @@ enum ClickAction
|
|||
//-------------------------------------------------------------------------
|
||||
|
||||
// DocMerge from xml: value com::sun::star::presentation::ClickAction::LASTPAGE
|
||||
/** The presentation continiues with the last page.
|
||||
/** The presentation continues with the last page.
|
||||
*/
|
||||
LASTPAGE,
|
||||
|
||||
|
@ -181,6 +181,9 @@ enum ClickAction
|
|||
/*=============================================================================
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.3 2000/11/08 12:43:28 mi
|
||||
moved from api
|
||||
|
||||
Revision 1.1.1.1 2000/09/18 23:35:30 hjs
|
||||
initial import
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: Presentation.idl,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: mi $ $Date: 2000-12-14 12:53:38 $
|
||||
* last change: $Author: mi $ $Date: 2001-11-01 14:52:05 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -89,7 +89,7 @@ service Presentation
|
|||
/** lets you start and stop a presentation.
|
||||
|
||||
<p>It also gives you access to the more advanced features, like
|
||||
rehearse timing and the live modus.
|
||||
rehearse timing and the live modes.
|
||||
*/
|
||||
interface com::sun::star::presentation::XPresentation;
|
||||
|
||||
|
@ -213,6 +213,9 @@ service Presentation
|
|||
/*=============================================================================
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.4 2000/12/14 12:53:38 mi
|
||||
<true></true> -> <TRUE/> and same with FALSE
|
||||
|
||||
Revision 1.3 2000/11/08 12:43:28 mi
|
||||
moved from api
|
||||
|
||||
|
|
Loading…
Reference in a new issue