summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/linguistic2/XLinguProperties.idl2
-rw-r--r--offapi/type_reference/offapi.idl2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs1
3 files changed, 4 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;
diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
index 152abe737599..9b78c7a269bc 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>