]> source.dussan.org Git - poi.git/commitdiff
remove unused param
authorPJ Fanning <fanningpj@apache.org>
Tue, 22 Feb 2022 18:12:51 +0000 (18:12 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 22 Feb 2022 18:12:51 +0000 (18:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898325 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTable.java

index 00247afc92a0d097d9fc2bf0ae3075f4cfcae2d8..f04c297a1c3952f2f5c740262a171aa31af8cea9 100644 (file)
@@ -55,7 +55,6 @@ public class XWPFTable implements IBodyElement, ISDTContents {
 
     public static final String REGEX_PERCENTAGE = "[0-9]+(\\.[0-9]+)?%";
     public static final String DEFAULT_PERCENTAGE_WIDTH = "100%";
-    static final String NS_OOXML_WP_MAIN = "http://schemas.openxmlformats.org/wordprocessingml/2006/main";
     public static final String REGEX_WIDTH_VALUE = "auto|[0-9]+|" + REGEX_PERCENTAGE;
 
     // Create a map from this XWPF-level enum to the STBorder.Enum values