[Libreoffice-commits] core.git: offapi/com

Tomaž Vajngerl tomaz.vajngerl at collabora.co.uk
Thu Feb 22 21:18:49 UTC 2018


 offapi/com/sun/star/drawing/GraphicObjectShape.idl |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 6103b6698c6bd832127e781308cd77566167fd3f
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
Date:   Thu Feb 22 08:09:53 2018 +0900

    add some whitespace to make it more readable, no change
    
    Change-Id: I7a08d316b5d7fc99043344b1cf7cb8e326df75ae
    Reviewed-on: https://gerrit.libreoffice.org/50170
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
    Tested-by: Tomaž Vajngerl <quikee at gmail.com>

diff --git a/offapi/com/sun/star/drawing/GraphicObjectShape.idl b/offapi/com/sun/star/drawing/GraphicObjectShape.idl
index 3a6e8d219bd6..522d0019bd48 100644
--- a/offapi/com/sun/star/drawing/GraphicObjectShape.idl
+++ b/offapi/com/sun/star/drawing/GraphicObjectShape.idl
@@ -113,20 +113,28 @@ published service GraphicObjectShape
 
     /// Whether this shape is actually a signature line.
     [optional, property] boolean IsSignatureLine;
+
     /// The ID of the signature line, used to connect to a signature.
     [optional, property] string SignatureLineId;
+
     /// Suggested Signer, Name of the Signer
     [optional, property] string SignatureLineSuggestedSignerName;
+
     /// Suggested Signer, Line 2 (Title or additional information)
     [optional, property] string SignatureLineSuggestedSignerTitle;
+
     /// Suggested Signer Email
     [optional, property] string SignatureLineSuggestedSignerEmail;
+
     /// Signing instructions, to be shown at signing time
     [optional, property] string SignatureLineSigningInstructions;
+
     /// Whether the signing date should be shown in the shape
     [optional, property] boolean SignatureLineShowSignDate;
+
     /// Whether the user can attach a comment at signing time
     [optional, property] boolean SignatureLineCanAddComment;
+
     /** Image to be displayed when the signature line is unsigned
      *
      *  Images for signed signature lines (valid and invalid)


More information about the Libreoffice-commits mailing list