summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2021-05-22 13:36:26 +0200
committerLászló Németh <nemeth@numbertext.org>2021-05-22 17:40:07 +0200
commitc1bf2a3751b6a602f2571f8642b36504b04ca3fd (patch)
tree61142e66fcbc9cc82c5f2cea54b3355ee7628dd7 /offapi
parentf4a9dcc471f5cefb2c16e104a270339afa88b4d7 (diff)
tdf#60382 sw track changes: add test for Undo of IsNotTracked
TextTableRow property. Remove also maybevoid from com::sun::star::text::TextTableRow::IsNotTracked. (It's possible to add it later, if needed.) Follow-up to commit 05366b8e6683363688de8708a3d88cf144c7a2bf "itdf#60382 sw offapi: add change tracking of table/row deletion". Change-Id: I4854dcda827cc8d5b1d0ec8bba381458b3ab17b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115988 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/TextTableRow.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/text/TextTableRow.idl b/offapi/com/sun/star/text/TextTableRow.idl
index 77191c9f57d1..e418fbbf9366 100644
--- a/offapi/com/sun/star/text/TextTableRow.idl
+++ b/offapi/com/sun/star/text/TextTableRow.idl
@@ -111,7 +111,7 @@ published service TextTableRow
@since LibreOffice 7.2
*/
- [optional, property, maybevoid] boolean IsNotTracked;
+ [optional, property] boolean IsNotTracked;
};