summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/CellProperties.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/CellProperties.idl b/offapi/com/sun/star/text/CellProperties.idl
index 2448c25c8439..58c9718c0dc2 100644
--- a/offapi/com/sun/star/text/CellProperties.idl
+++ b/offapi/com/sun/star/text/CellProperties.idl
@@ -130,6 +130,12 @@ published service CellProperties
@since LibreOffice 6.3
*/
[optional, readonly, property] com::sun::star::text::XText ParentText;
+
+ /** If TRUE, the table cell wasn't deleted or inserted with its tracked cell content
+
+ @since LibreOffice 7.6
+ */
+ [optional, property, maybevoid] boolean HasTextChangesOnly;
};