diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-21 01:08:32 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-21 01:10:23 -0500 |
commit | de8d1f922acca8e0df5ecb016d27126124e2c3d1 (patch) | |
tree | 8788361136082e537e274b8fccce393e28335e6a /sc/inc | |
parent | 657b3c889ae107d9ccaaab569929a3a1abde3200 (diff) |
Oops I shouldn't have erased names directly.
We always need to remove the index map when removing a name.
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/rangenam.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx index ce0e2082e999..53e9ec8f0a8a 100644 --- a/sc/inc/rangenam.hxx +++ b/sc/inc/rangenam.hxx @@ -230,6 +230,7 @@ public: SC_DLLPUBLIC bool insert(ScRangeData* p); void erase(const ScRangeData& r); + void erase(const rtl::OUString& rName); /** * Erase by iterator position. Note that this method doesn't check for |