]> source.dussan.org Git - poi.git/commitdiff
Constant for the Office 2010 Conditional Formatting extensions namespace
authorNick Burch <nick@apache.org>
Tue, 14 Jul 2015 16:12:40 +0000 (16:12 +0000)
committerNick Burch <nick@apache.org>
Tue, 14 Jul 2015 16:12:40 +0000 (16:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691015 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java

index 8c83f6f164e3b21c93f48bcd1f453e4ea9e8cd85..26a04ef18e1e1fd4e5281a109a1fe5f12a84d68b 100644 (file)
@@ -36,9 +36,12 @@ import org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfType;
 import org.openxmlformats.schemas.spreadsheetml.x2006.main.STConditionalFormattingOperator;\r
 \r
 /**\r
- * @author Yegor Kozlov\r
+ * XSSF Conditional Formattings\r
  */\r
 public class XSSFSheetConditionalFormatting implements SheetConditionalFormatting {\r
+    /** Office 2010 Conditional Formatting extensions namespace */\r
+    protected static final CF_EXT_2009_NS_X14 = "http://schemas.microsoft.com/office/spreadsheetml/2009/9/main";\r
+\r
     private final XSSFSheet _sheet;\r
 \r
     /* package */ XSSFSheetConditionalFormatting(XSSFSheet sheet) {\r