[Libreoffice-commits] core.git: offapi/type_reference
Stephan Bergmann
sbergman at redhat.com
Thu Oct 10 00:20:01 PDT 2013
offapi/type_reference/offapi.idl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bf1284d34e3bf53179a1513265accc0c3f54337c
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Oct 10 09:16:40 2013 +0200
Keep type_reference/offapi.idl at backwards-compatibility reference status
...i.e., only change it to reflect cases where we deliberately became
incompatible, do not change it to reflect compatible changes. This reverts part
of d567671196fccf20a350f3cbf210eef088fa7ce3 "fdo#57490 deprecate
IsSpellCapitalization."
Change-Id: I2ed58a1740cc22ef1ad4fdcbe04c4a0d2ef547bd
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index ee989db..7647760 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -8945,7 +8945,7 @@ module com {
[attribute] boolean IsIgnoreControlCharacters;
[attribute] boolean IsSpellUpperCase;
[attribute] boolean IsSpellWithDigits;
- /** @deprecated */ [attribute] boolean IsSpellCapitalization;
+ [attribute] boolean IsSpellCapitalization;
[attribute] short HyphMinLeading;
[attribute] short HyphMinTrailing;
[attribute] short HyphMinWordLength;
More information about the Libreoffice-commits
mailing list