[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - offapi/com

Jürgen Schmidt jsc at apache.org
Fri Dec 20 02:22:05 PST 2013


 offapi/com/sun/star/presentation/XSlideShowController.idl |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 45165c44b30c9577bc4d6e8b541616af69ece640
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Dec 20 05:48:42 2013 +0000

    Resolves: #i121943# apply patch for PenWidth attribute
    
    Patch By: hanya
    Review By: jsc
    
    (cherry picked from commit 91e3fca93d3a0b51e8f1ea87df902d928a7005ca)
    
    Conflicts:
    	offapi/com/sun/star/presentation/XSlideShowController.idl
    
    Change-Id: I3709ee605efc4b5b80e293eb34245c9eb0d018cc
    (cherry picked from commit 842cb0da2ec72bafbd16fd50e5d780285227e452)

diff --git a/offapi/com/sun/star/presentation/XSlideShowController.idl b/offapi/com/sun/star/presentation/XSlideShowController.idl
index a5c619c..2a09cfb 100644
--- a/offapi/com/sun/star/presentation/XSlideShowController.idl
+++ b/offapi/com/sun/star/presentation/XSlideShowController.idl
@@ -238,6 +238,12 @@ interface XSlideShowController
     /** This attribute changes the color of the pen. */
     [attribute] long PenColor;
 
+    /** This attribute changes the width of the pen.
+
+        @since LibreOffice 4.2
+    */
+    [attribute] double PenWidth;
+
 
     /** returns the actual XSlideShow instance that runs the
         slide show.


More information about the Libreoffice-commits mailing list