From: Nick Burch Date: Tue, 14 Jul 2015 16:12:40 +0000 (+0000) Subject: Constant for the Office 2010 Conditional Formatting extensions namespace X-Git-Tag: REL_3_13_BETA1~23 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=08007fbaad8291fb561518923bbe8d3b9f7df602;p=poi.git Constant for the Office 2010 Conditional Formatting extensions namespace git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691015 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java index 8c83f6f164..26a04ef18e 100644 --- a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java +++ b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java @@ -36,9 +36,12 @@ import org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfType; import org.openxmlformats.schemas.spreadsheetml.x2006.main.STConditionalFormattingOperator; /** - * @author Yegor Kozlov + * XSSF Conditional Formattings */ public class XSSFSheetConditionalFormatting implements SheetConditionalFormatting { + /** Office 2010 Conditional Formatting extensions namespace */ + protected static final CF_EXT_2009_NS_X14 = "http://schemas.microsoft.com/office/spreadsheetml/2009/9/main"; + private final XSSFSheet _sheet; /* package */ XSSFSheetConditionalFormatting(XSSFSheet sheet) {