[Libreoffice-commits] core.git: offapi/com

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Oct 5 14:40:59 UTC 2018


 offapi/com/sun/star/accessibility/AccessibleRole.idl |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit eddce0e6111d78b270049f0cd01ff2599b70485b
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Fri Oct 5 16:31:54 2018 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Fri Oct 5 16:40:30 2018 +0200

    Remove references to java classes
    
    Change-Id: I040d6b597d7f947b6ee19cefc19b21cf7a55fa71
    Reviewed-on: https://gerrit.libreoffice.org/61425
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/offapi/com/sun/star/accessibility/AccessibleRole.idl b/offapi/com/sun/star/accessibility/AccessibleRole.idl
index 681da637052a..a21ce06f6e6d 100644
--- a/offapi/com/sun/star/accessibility/AccessibleRole.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleRole.idl
@@ -99,8 +99,7 @@ constants AccessibleRole
 
     /** Date editor role.
 
-        <p>A DATE_EDITOR is a component that allows users to
-        edit java.util.Date and java.util.Time objects.</p>
+        <p>A DATE_EDITOR is a component that allows users to edit date and time.</p>
     */
     const short DATE_EDITOR = 8;
 


More information about the Libreoffice-commits mailing list