Author: jsc
Date: Fri Dec 20 05:48:42 2013
New Revision: 1552498

URL: http://svn.apache.org/r1552498
Log:
#121943# apply patch for PenWidth attribute

Patch By: hanya
Review By: jsc

Modified:
    
openoffice/trunk/main/offapi/com/sun/star/presentation/XSlideShowController.idl

Modified: 
openoffice/trunk/main/offapi/com/sun/star/presentation/XSlideShowController.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/presentation/XSlideShowController.idl?rev=1552498&r1=1552497&r2=1552498&view=diff
==============================================================================
--- 
openoffice/trunk/main/offapi/com/sun/star/presentation/XSlideShowController.idl 
(original)
+++ 
openoffice/trunk/main/offapi/com/sun/star/presentation/XSlideShowController.idl 
Fri Dec 20 05:48:42 2013
@@ -48,7 +48,7 @@
 /** interface to control a running slideshow.
 
     @see XPresentation2
-       @since OOo 3.0
+       @since OpenOffice 3.0
 */
 interface XSlideShowController
 {
@@ -288,6 +288,14 @@ interface XSlideShowController
 
        
//------------------------------------------------------------------------- 
 
+       /** This attribute changes the width of the pen.
+       
+               @since OpenOffice 4.1
+       */
+       [attribute] double PenWidth;
+
+       
//------------------------------------------------------------------------- 
+
        /** returns the actuall <type>XSlideShow</type> instance that runs the
                slideshow.
                <br>Normaly all navigation should be done using this controller 
and


Reply via email to