summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorJürgen Schmidt <jsc@apache.org>2013-12-20 05:48:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-20 10:18:33 +0000
commit842cb0da2ec72bafbd16fd50e5d780285227e452 (patch)
treea7ac2eab0d69019f99506739c5df9f34d33011ae /offapi
parent361bad18d8ab8df1fe852d60d97ca8ce976d1de4 (diff)
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
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/presentation/XSlideShowController.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/presentation/XSlideShowController.idl b/offapi/com/sun/star/presentation/XSlideShowController.idl
index a5c619c301fd..2a09cfbce325 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.