summaryrefslogtreecommitdiff
path: root/sc/inc/rangenam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-05 14:07:14 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-03-05 15:21:09 -0500
commita4e0c61a042d09e39b2872254eeaa5c3ed7642fb (patch)
treea494387c522484a9b0f8e41e1467ea2cf0301528 /sc/inc/rangenam.hxx
parent7bd15deb60ee204375c41bbae3240477a07f0aaf (diff)
Removed the Insert() method; let's use insert() across the board.
Diffstat (limited to 'sc/inc/rangenam.hxx')
-rw-r--r--sc/inc/rangenam.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx
index 10def8016759..81f7171acdae 100644
--- a/sc/inc/rangenam.hxx
+++ b/sc/inc/rangenam.hxx
@@ -84,7 +84,6 @@ private:
SCROW mnMaxRow;
SCCOL mnMaxCol;
- friend class ScRangeName;
ScRangeData( USHORT nIndex );
public:
typedef ::std::map<sal_uInt16, sal_uInt16> IndexMap;
@@ -212,7 +211,6 @@ public:
SC_DLLPUBLIC size_t size() const;
bool empty() const;
SC_DLLPUBLIC bool insert(ScRangeData* p);
- SC_DLLPUBLIC bool Insert(ScRangeData* p);
void erase(const ScRangeData& r);
void erase(const iterator& itr);
void clear();