summaryrefslogtreecommitdiff
path: root/include/tools/ref.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/ref.hxx')
-rw-r--r--include/tools/ref.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/tools/ref.hxx b/include/tools/ref.hxx
index b98fd79dd211..93b0c564c594 100644
--- a/include/tools/ref.hxx
+++ b/include/tools/ref.hxx
@@ -130,14 +130,6 @@ public:
p->AddFirstRef();
}
- inline void insert(const SvRefMemberList& rOther)
- {
- for( typename base_t::const_iterator it = rOther.begin(); it != rOther.end(); ++it )
- {
- push_back(*it);
- }
- }
-
inline T pop_back()
{
T p = base_t::back();