summaryrefslogtreecommitdiff
path: root/sc/inc/rangenam.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-23 15:46:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-23 23:16:43 +0000
commit402ad3989d68f3576012c41724a351956e45d0da (patch)
tree9923a2f4b0b4ef7ee7dc69804e60f244bc163e5b /sc/inc/rangenam.hxx
parentc8e7d34e3a238c9383151a09f99e7951877a6821 (diff)
unused ScRangeName::copyLocalNames
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 4214af3755af..608680e72e6d 100644
--- a/sc/inc/rangenam.hxx
+++ b/sc/inc/rangenam.hxx
@@ -193,8 +193,6 @@ public:
/// Map that stores non-managed pointers to ScRangeName instances.
typedef ::std::map<SCTAB, const ScRangeName*> TabNameCopyMap;
- static void copyLocalNames(const TabNameMap& rNames, TabNameCopyMap& rCopy);
-
typedef DataType::const_iterator const_iterator;
typedef DataType::iterator iterator;