diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-02 17:14:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-02 21:11:42 +0100 |
commit | 9939a89c1e39e5c350600b6bea795743ddb780fb (patch) | |
tree | c7b76d9c270abdec8108dd2d39765ecaefaa6e53 /sc/inc | |
parent | 64f3c1ecce7038a7890947020540161ec31204c7 (diff) |
sc: remove unused boost::ptr_map ScRangeName::TabNameMap
Change-Id: I7967f0ee333eda4db320dc50bd91f2229792f0a8
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/rangenam.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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<SCTAB, ScRangeName> TabNameMap; /// Map that stores non-managed pointers to ScRangeName instances. typedef ::std::map<SCTAB, const ScRangeName*> TabNameCopyMap; |