diff options
Diffstat (limited to 'sc/inc/formulagroup.hxx')
-rw-r--r-- | sc/inc/formulagroup.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/formulagroup.hxx b/sc/inc/formulagroup.hxx index fc3af2a543aa..ca240f718089 100644 --- a/sc/inc/formulagroup.hxx +++ b/sc/inc/formulagroup.hxx @@ -33,7 +33,6 @@ struct FormulaGroupContext : boost::noncopyable typedef boost::ptr_vector<NumArrayType> NumArrayStoreType; typedef boost::ptr_vector<StrArrayType> StrArrayStoreType; - svl::SharedStringPool maStrPool; NumArrayStoreType maNumArrays; StrArrayStoreType maStrArrays; }; |