summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-03-01 11:43:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-03-04 08:01:05 +0100
commitea4dfeb83889d5dc955646999e4b2b06693e631b (patch)
tree5ef210ad116e073884fae3c861b46d5209d033ff /qadevOOo
parent88c6e127b3b9d2c80bb3cf04e74c4152ddfe9674 (diff)
finish removing IsSpellCapitalisation property
which was partially removed in commit 9bb9ba6ae02692e65498bae4598e3b63bb65c02e Author: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> Date: Mon Oct 2 12:33:34 2023 +0200 [API CHANGE] Remove deprecated IsSpellCapitalization Change-Id: I861c8c484b77a041d91cb25ddeecb7027a2fd96c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164183 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/objdsc/lng/com.sun.star.lingu2.LinguProps.csv1
-rw-r--r--qadevOOo/tests/java/ifc/linguistic2/_LinguProperties.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/objdsc/lng/com.sun.star.lingu2.LinguProps.csv b/qadevOOo/objdsc/lng/com.sun.star.lingu2.LinguProps.csv
index eea62d32cead..b2b6b1d16bfa 100644
--- a/qadevOOo/objdsc/lng/com.sun.star.lingu2.LinguProps.csv
+++ b/qadevOOo/objdsc/lng/com.sun.star.lingu2.LinguProps.csv
@@ -3,7 +3,6 @@
"LinguProps";"com::sun::star::linguistic2::LinguProperties";"IsIgnoreControlCharacters"
"LinguProps";"com::sun::star::linguistic2::LinguProperties";"IsSpellUpperCase"
"LinguProps";"com::sun::star::linguistic2::LinguProperties";"IsSpellWithDigits"
-"LinguProps";"com::sun::star::linguistic2::LinguProperties";"IsSpellCapitalization"
"LinguProps";"com::sun::star::linguistic2::LinguProperties";"HyphMinLeading"
"LinguProps";"com::sun::star::linguistic2::LinguProperties";"HyphMinTrailing"
"LinguProps";"com::sun::star::linguistic2::LinguProperties";"HyphMinWordLength"
diff --git a/qadevOOo/tests/java/ifc/linguistic2/_LinguProperties.java b/qadevOOo/tests/java/ifc/linguistic2/_LinguProperties.java
index 930986d564fc..f81b496311fa 100644
--- a/qadevOOo/tests/java/ifc/linguistic2/_LinguProperties.java
+++ b/qadevOOo/tests/java/ifc/linguistic2/_LinguProperties.java
@@ -29,7 +29,6 @@ import lib.MultiPropertyTest;
* <li><code>'IsIgnoreControlCharacters'</code></li>
* <li><code>'IsSpellUpperCase'</code></li>
* <li><code>'IsSpellWithDigits'</code></li>
-* <li><code>'IsSpellCapitalization'</code></li>
* <li><code>'HyphMinLeading'</code></li>
* <li><code>'HyphMinTrailing'</code></li>
* <li><code>'HyphMinWordLength'</code></li>