Kaydet (Commit) 91e3fca9 authored tarafından Jürgen Schmidt's avatar Jürgen Schmidt

#121943# apply patch for PenWidth attribute

Patch By: hanya
Review By: jsc
üst 0164d670
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
/** interface to control a running slideshow. /** interface to control a running slideshow.
@see XPresentation2 @see XPresentation2
@since OOo 3.0 @since OpenOffice 3.0
*/ */
interface XSlideShowController interface XSlideShowController
{ {
...@@ -288,6 +288,14 @@ 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 /** returns the actuall <type>XSlideShow</type> instance that runs the
slideshow. slideshow.
<br>Normaly all navigation should be done using this controller and <br>Normaly all navigation should be done using this controller and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment