summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorofftkp <parisoplop@gmail.com>2022-12-28 00:10:34 +0200
committerMiklos Vajna <vmiklos@collabora.com>2023-01-03 08:04:12 +0000
commita3d79543e0221ee810e0b2dd871d2afbf5ee198b (patch)
treeba0188e6212bc45d8c5357048b438e0055b41d2c /offapi
parentcf9e91f4082a9b01014e99e112e14a12246ce5f2 (diff)
docx: Preserve w15:appearance SdtPr attribute
Now roundtrips the w15:appearance value which dictates whether there's an effect when hovering a placeholder. Change-Id: I3c911a0cfe31e235b9d981bbff0c1bb5827a85ef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144845 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/ContentControl.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/ContentControl.idl b/offapi/com/sun/star/text/ContentControl.idl
index cb980a24b0ff..c2fe46757656 100644
--- a/offapi/com/sun/star/text/ContentControl.idl
+++ b/offapi/com/sun/star/text/ContentControl.idl
@@ -92,6 +92,12 @@ service ContentControl
*/
[optional, property] string Color;
+ /** The appearance: just remembered.
+
+ @since LibreOffice 7.5
+ */
+ [optional, property] string Appearance;
+
/** Combo box that allows free-form text as well, i.e. not dropdown.
@since LibreOffice 7.5