diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-10 09:16:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-10 09:19:38 +0200 |
commit | bf1284d34e3bf53179a1513265accc0c3f54337c (patch) | |
tree | f0723bcd216f8a8e2da46922f92c1d850d7d96e4 /offapi | |
parent | 7a558ee5fcc28bb463eb90bd8f92843e6471d7cb (diff) |
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
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/type_reference/offapi.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index ee989db2b3e8..7647760f5c1e 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; |