summaryrefslogtreecommitdiff
path: root/oox/inc/oox/xls/condformatbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/xls/condformatbuffer.hxx')
-rw-r--r--oox/inc/oox/xls/condformatbuffer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/inc/oox/xls/condformatbuffer.hxx b/oox/inc/oox/xls/condformatbuffer.hxx
index fae6381f6402..7b651856036d 100644
--- a/oox/inc/oox/xls/condformatbuffer.hxx
+++ b/oox/inc/oox/xls/condformatbuffer.hxx
@@ -44,9 +44,9 @@ namespace xls {
/** Model for a single rule in a conditional formatting. */
struct CondFormatRuleModel
{
- typedef ::std::vector< TokensFormulaContext > ContextVector;
+ typedef ::std::vector< ApiTokenSequence > ApiTokenSequenceVector;
- ContextVector maFormulas; /// Formulas for rule conditions.
+ ApiTokenSequenceVector maFormulas; /// Formulas for rule conditions.
::rtl::OUString maText; /// Text for 'contains' rules.
sal_Int32 mnPriority; /// Priority of this rule.
sal_Int32 mnType; /// Type of the rule.