[Libreoffice-commits] core.git: offapi/com offapi/type_reference officecfg/registry
Thomas Arnhold
thomas at arnhold.org
Wed Oct 9 06:28:59 PDT 2013
offapi/com/sun/star/linguistic2/XLinguProperties.idl | 2 ++
offapi/type_reference/offapi.idl | 2 +-
officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
New commits:
commit d567671196fccf20a350f3cbf210eef088fa7ce3
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Sat Oct 5 12:21:50 2013 +0200
fdo#57490 deprecate IsSpellCapitalization
Change-Id: Ifd7131fd91536fd04ae1c8ab3fc5959b8070ad5c
Reviewed-on: https://gerrit.libreoffice.org/6140
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/offapi/com/sun/star/linguistic2/XLinguProperties.idl b/offapi/com/sun/star/linguistic2/XLinguProperties.idl
index 83b39f6..5bbaf91 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 7647760..ee989db 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;
diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
index 152abe7..9b78c7a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
@@ -349,6 +349,7 @@
<!-- OldLocation: soffice.ini -->
<!-- UIHints: Tools - Options - General - Language -->
<info>
+ <deprecated/>
<desc>Checks the correct use of capitalization.</desc>
<label>Check capitalization</label>
</info>
More information about the Libreoffice-commits
mailing list