diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-05 12:21:50 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-09 13:28:37 +0000 |
commit | d567671196fccf20a350f3cbf210eef088fa7ce3 (patch) | |
tree | 8cb715bec275edcda1fc667c376afffd86a8fa9b /offapi | |
parent | 7493956f7b8dd0deee244826d2ce936f417e34c5 (diff) |
fdo#57490 deprecate IsSpellCapitalization
Change-Id: Ifd7131fd91536fd04ae1c8ab3fc5959b8070ad5c
Reviewed-on: https://gerrit.libreoffice.org/6140
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/linguistic2/XLinguProperties.idl | 2 | ||||
-rw-r--r-- | offapi/type_reference/offapi.idl | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/offapi/com/sun/star/linguistic2/XLinguProperties.idl b/offapi/com/sun/star/linguistic2/XLinguProperties.idl index 83b39f6016f3..5bbaf91f0b3e 100644 --- a/offapi/com/sun/star/linguistic2/XLinguProperties.idl +++ b/offapi/com/sun/star/linguistic2/XLinguProperties.idl @@ -58,6 +58,8 @@ published interface XLinguProperties [attribute] boolean IsSpellWithDigits; /** defines if the capitalization of words should be checked or not. + + @deprecated */ [attribute] boolean IsSpellCapitalization; diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index 7647760f5c1e..ee989db2b3e8 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; - [attribute] boolean IsSpellCapitalization; + /** @deprecated */ [attribute] boolean IsSpellCapitalization; [attribute] short HyphMinLeading; [attribute] short HyphMinTrailing; [attribute] short HyphMinWordLength; |