diff options
Diffstat (limited to 'sc/source/ui/inc/filtdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/filtdlg.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/inc/filtdlg.hxx b/sc/source/ui/inc/filtdlg.hxx index e62ca411614a..71dcee4e4155 100644 --- a/sc/source/ui/inc/filtdlg.hxx +++ b/sc/source/ui/inc/filtdlg.hxx @@ -44,6 +44,7 @@ #include <map> #include <boost/ptr_container/ptr_map.hpp> #include <boost/noncopyable.hpp> +#include <boost/scoped_ptr.hpp> //---------------------------------------------------------------------------- @@ -57,7 +58,7 @@ class ScFilterDlg : public ScAnyRefDlg { struct EntryList : boost::noncopyable { - TypedScStrCollection maList; + std::vector<TypedStrData> maList; size_t mnHeaderPos; EntryList(); }; |