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:19:57 +0000
commit45165c44b30c9577bc4d6e8b541616af69ece640 (patch)
treea6da8a5191a203e1ecbe2745750c4087dd46bdd7 /offapi
parentfe1d36c330e033744faec1c672ff677f1f28558b (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 (cherry picked from commit 842cb0da2ec72bafbd16fd50e5d780285227e452)
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.