From ecd683d3f98444b69a96cbf8bff57d4e691e6cfd Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 23 Nov 2017 15:03:22 +0100 Subject: tdf#83877 OOXML Roundtrip of SignatureLine properties Change-Id: I521e5f35663c5ab3c2702f1416fcec872f2f5e3f Reviewed-on: https://gerrit.libreoffice.org/44683 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- include/oox/vml/vmlshape.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/oox/vml') diff --git a/include/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx index 3874556ad8df..9b2683e95bea 100644 --- a/include/oox/vml/vmlshape.hxx +++ b/include/oox/vml/vmlshape.hxx @@ -210,6 +210,12 @@ struct ShapeModel OUString maVmlPath; ///< VML path for this shape bool mbIsSignatureLine; ///< Shape is a signature line OUString maSignatureId; ///< ID of the signature + OUString maSignatureLineSuggestedSignerName; + OUString maSignatureLineSuggestedSignerTitle; + OUString maSignatureLineSuggestedSignerEmail; + OUString maSignatureLineSigningInstructions; + bool mbSignatureLineShowSignDate; + bool mbSignatureLineCanAddComment; explicit ShapeModel(); ~ShapeModel(); -- cgit