This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ae0a17765e remove deprecated isStartAtOverriden
ae0a17765e is described below

commit ae0a17765e0d2fcd09a582c07a8247486eb6d435
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Nov 19 13:44:59 2025 +0100

    remove deprecated isStartAtOverriden
---
 .../main/java/org/apache/poi/hwpf/usermodel/HWPFList.java | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git 
a/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java 
b/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java
index 6c9a2a5dae..11a14b858c 100644
--- a/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java
+++ b/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java
@@ -31,7 +31,6 @@ import org.apache.poi.hwpf.model.ListLevel;
 import org.apache.poi.hwpf.model.StyleSheet;
 import org.apache.poi.hwpf.sprm.CharacterSprmCompressor;
 import org.apache.poi.hwpf.sprm.ParagraphSprmCompressor;
-import org.apache.poi.util.Removal;
 
 /**
  * This class is used to create a list in a Word document. It is used in
@@ -193,20 +192,6 @@ public final class HWPFList
                 && !lfolvl.isFormatting();
     }
 
-    /**
-     * @deprecated use {@link #isStartAtOverridden(char)}
-     */
-    @Deprecated
-    @Removal(version = "POI 6.0.0")
-    public boolean isStartAtOverriden(char level )
-    {
-        ListFormatOverrideLevel lfolvl = _lfoData.getRgLfoLvl().length > level 
? _lfoData
-                .getRgLfoLvl()[level] : null;
-
-        return lfolvl != null && lfolvl.getIStartAt() != 0
-                && !lfolvl.isFormatting();
-    }
-
     public void setIgnoreLogicalLeftIdentation(
             boolean ignoreLogicalLeftIdentation )
     {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to