summaryrefslogtreecommitdiff
path: root/svl/source/undo/undo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/undo/undo.cxx')
-rw-r--r--svl/source/undo/undo.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx
index 7c3965de3585..868f275f15fc 100644
--- a/svl/source/undo/undo.cxx
+++ b/svl/source/undo/undo.cxx
@@ -35,7 +35,6 @@
using ::com::sun::star::uno::Exception;
-
SfxRepeatTarget::~SfxRepeatTarget()
{
}
@@ -80,7 +79,6 @@ OUString SfxUndoAction::GetComment() const
}
-
sal_uInt16 SfxUndoAction::GetId() const
{
return 0;
@@ -128,7 +126,6 @@ void SfxUndoAction::Repeat(SfxRepeatTarget&)
}
-
bool SfxUndoAction::CanRepeat(SfxRepeatTarget&) const
{
return true;
@@ -1442,15 +1439,12 @@ void SfxLinkUndoAction::Redo()
}
-
bool SfxLinkUndoAction::CanRepeat(SfxRepeatTarget& r) const
{
return pAction && pAction->CanRepeat(r);
}
-
-
void SfxLinkUndoAction::Repeat(SfxRepeatTarget&r)
{
if ( pAction && pAction->CanRepeat( r ) )
@@ -1458,7 +1452,6 @@ void SfxLinkUndoAction::Repeat(SfxRepeatTarget&r)
}
-
OUString SfxLinkUndoAction::GetComment() const
{
if ( pAction )
@@ -1467,7 +1460,6 @@ OUString SfxLinkUndoAction::GetComment() const
}
-
OUString SfxLinkUndoAction::GetRepeatComment(SfxRepeatTarget&r) const
{
if ( pAction )