summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/source/sourceprovider-parser.y2
1 files changed, 1 insertions, 1 deletions
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) {