summaryrefslogtreecommitdiff
path: root/sc/inc/rangenam.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-08-19 12:25:38 +0200
committerMichael Stahl <mstahl@redhat.com>2015-08-19 19:32:18 +0200
commit37039980981355fc65c5b871d07b336486baa7d6 (patch)
tree9ce80c0dae33986000eb772d791b88ae2ccfa8da /sc/inc/rangenam.hxx
parent086fe6f1e87c575ad5480c4ee9676aa2af6d489d (diff)
sc: these are ptr_map not ptr_set
Change-Id: I55848b3fedae79d714c8341fd84d505cb83a7c2c
Diffstat (limited to 'sc/inc/rangenam.hxx')
-rw-r--r--sc/inc/rangenam.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx
index 53e244978f09..5d01b3163743 100644
--- a/sc/inc/rangenam.hxx
+++ b/sc/inc/rangenam.hxx
@@ -28,7 +28,6 @@
#include <map>
#include <vector>
-#include <boost/ptr_container/ptr_set.hpp>
#include <boost/ptr_container/ptr_map.hpp>
class ScDocument;
@@ -211,7 +210,7 @@ public:
bool empty() const;
/** Insert object into set.
- @ATTENTION: The underlying ::boost::ptr_set_adapter::insert(p) takes
+ @ATTENTION: The underlying ::boost::ptr_map_adapter::insert(p) takes
ownership of p and if it can't insert it deletes the object! So, if
this insert here returns false the object where p pointed to is gone!
*/