summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdundo.cxx
diff options
context:
space:
mode:
authorFelix Zhang <fezhang@suse.com>2011-11-18 18:23:52 +0800
committerJan Holesovsky <kendy@suse.cz>2011-11-18 23:35:52 +0100
commitddb1d5ebf0a81888001ffa1dbab883df70cdc279 (patch)
tree955d4a1dd2233669eb3256f93a43ff9b8da4fb31 /svx/source/svdraw/svdundo.cxx
parent898c527481059017c8f75ba51bfc80b297f0480d (diff)
remove unused Sdr methods
Diffstat (limited to 'svx/source/svdraw/svdundo.cxx')
-rw-r--r--svx/source/svdraw/svdundo.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/svx/source/svdraw/svdundo.cxx b/svx/source/svdraw/svdundo.cxx
index b746813faff5..154713da5873 100644
--- a/svx/source/svdraw/svdundo.cxx
+++ b/svx/source/svdraw/svdundo.cxx
@@ -109,13 +109,6 @@ SdrUndoGroup::SdrUndoGroup(SdrModel& rNewMod)
eFunction(SDRREPFUNC_OBJ_NONE)
{}
-SdrUndoGroup::SdrUndoGroup(SdrModel& rNewMod,const String& rStr)
-: SdrUndoAction(rNewMod),
- aBuf(1024,32,32),
- aComment(rStr),
- eFunction(SDRREPFUNC_OBJ_NONE)
-{}
-
SdrUndoGroup::~SdrUndoGroup()
{
Clear();
@@ -135,11 +128,6 @@ void SdrUndoGroup::AddAction(SdrUndoAction* pAct)
aBuf.Insert(pAct,CONTAINER_APPEND);
}
-void SdrUndoGroup::push_front( SdrUndoAction* pAct )
-{
- aBuf.Insert(pAct, (sal_uIntPtr)0 );
-}
-
void SdrUndoGroup::Undo()
{
for (sal_uIntPtr nu=GetActionCount(); nu>0;) {
@@ -354,14 +342,6 @@ SdrUndoAttrObj::~SdrUndoAttrObj()
delete pTextRedo;
}
-void SdrUndoAttrObj::SetRepeatAttr(const SfxItemSet& rSet)
-{
- if(pRepeatSet)
- delete pRepeatSet;
-
- pRepeatSet = new SfxItemSet(rSet);
-}
-
void SdrUndoAttrObj::Undo()
{
E3DModifySceneSnapRectUpdater aUpdater(pObj);