diff options
author | László Németh <nemeth@numbertext.org> | 2023-05-11 16:53:10 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2023-05-12 08:58:00 +0200 |
commit | f517c839f786c4fa3ad06b1cdcf86d7a4eb6eeb4 (patch) | |
tree | 943afa94c65b5b93c1eb66dd30283d62a2b2bcc9 /offapi | |
parent | ca3bfa9bded6103d4d172ace486b697beeb191be (diff) |
sw offapi: clean up com::sun::star::text::CellProperties::HasTextChangesOnly
Reported by Stephan Bergmann.
Change-Id: Ide8d17dcc7775f3a4f97088e2cbb00ddef271929
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151676
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/CellProperties.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/text/CellProperties.idl b/offapi/com/sun/star/text/CellProperties.idl index 58c9718c0dc2..a2cb16bc825b 100644 --- a/offapi/com/sun/star/text/CellProperties.idl +++ b/offapi/com/sun/star/text/CellProperties.idl @@ -135,7 +135,7 @@ published service CellProperties @since LibreOffice 7.6 */ - [optional, property, maybevoid] boolean HasTextChangesOnly; + [optional, property] boolean HasTextChangesOnly; }; |