diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dpcache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpcache.hxx b/sc/inc/dpcache.hxx index 155c969363b0..7226be9fd6cd 100644 --- a/sc/inc/dpcache.hxx +++ b/sc/inc/dpcache.hxx @@ -110,7 +110,7 @@ private: */ mutable ScDPObjectSet maRefObjects; - typedef boost::ptr_vector<Field> FieldsType; + typedef std::vector< std::unique_ptr<Field> > FieldsType; typedef boost::ptr_vector<GroupItems> GroupFieldsType; FieldsType maFields; |