offapi/com/sun/star/text/CellProperties.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f517c839f786c4fa3ad06b1cdcf86d7a4eb6eeb4
Author:     László Németh <nem...@numbertext.org>
AuthorDate: Thu May 11 16:53:10 2023 +0200
Commit:     László Németh <nem...@numbertext.org>
CommitDate: Fri May 12 08:58:00 2023 +0200

    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 <nem...@numbertext.org>

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;
 };
 
 

Reply via email to