summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
diff options
context:
space:
mode:
authorElton Chung <elton@elton.tk>2012-01-31 12:36:47 +0000
committerNoel Power <noel.power@novell.com>2012-01-31 12:37:18 +0000
commit9c66fca6ceaa3ba4ad79264a56a992828a92f536 (patch)
tree446bb75c13d77ee00549db0629fc4a1e4410704b /sc/source/ui/undo
parent4171501c49e345266e892e35e6c224deb1b34f55 (diff)
Remove unsed code
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r--sc/source/ui/undo/areasave.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/undo/areasave.cxx b/sc/source/ui/undo/areasave.cxx
index 7d4e572a4b18..e3821027389a 100644
--- a/sc/source/ui/undo/areasave.cxx
+++ b/sc/source/ui/undo/areasave.cxx
@@ -214,11 +214,6 @@ size_t ScAreaLinkSaveCollection::size() const
return maData.size();
}
-void ScAreaLinkSaveCollection::clear()
-{
- maData.clear();
-}
-
void ScAreaLinkSaveCollection::push_back(ScAreaLinkSaver* p)
{
maData.push_back(p);