[Libreoffice-commits] core.git: unoidl/source

Stephan Bergmann sbergman at redhat.com
Fri Mar 16 15:19:16 UTC 2018


 unoidl/source/sourceprovider-parser.y |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ba2166ab40b58279da2aeb700c23d49515eb640f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Mar 16 16:18:45 2018 +0100

    Typo in error message
    
    Change-Id: Ia56a47b46989027588afc291bf8f82299903cdaa

diff --git a/unoidl/source/sourceprovider-parser.y b/unoidl/source/sourceprovider-parser.y
index b558a4ccfc29..529d2045a273 100644
--- a/unoidl/source/sourceprovider-parser.y
+++ b/unoidl/source/sourceprovider-parser.y
@@ -1699,7 +1699,7 @@ interfaceAttribute:
           error(
               @2, yyscanner,
               ("interface attribute can only be flagged as [attribute,"
-               " optional]"));
+               " bound, readonly]"));
           YYERROR;
       }
       switch (t.type) {


More information about the Libreoffice-commits mailing list