From 9939a89c1e39e5c350600b6bea795743ddb780fb Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 2 Nov 2015 17:14:52 +0100 Subject: sc: remove unused boost::ptr_map ScRangeName::TabNameMap Change-Id: I7967f0ee333eda4db320dc50bd91f2229792f0a8 --- sc/inc/rangenam.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc/inc') diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx index 5d01b3163743..812af42c5744 100644 --- a/sc/inc/rangenam.hxx +++ b/sc/inc/rangenam.hxx @@ -175,8 +175,6 @@ private: IndexDataType maIndexToData; public: - /// Map that manages stored ScRangeName instances. - typedef ::boost::ptr_map TabNameMap; /// Map that stores non-managed pointers to ScRangeName instances. typedef ::std::map TabNameCopyMap; -- cgit