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.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx
index cb227fc5a2d3..0c4fe1e7a53d 100644
--- a/svl/source/undo/undo.cxx
+++ b/svl/source/undo/undo.cxx
@@ -95,9 +95,8 @@ void SfxUndoAction::Undo()
}
-void SfxUndoAction::UndoWithContext( SfxUndoContext& i_context )
+void SfxUndoAction::UndoWithContext( SfxUndoContext& )
{
- (void)i_context;
Undo();
}
@@ -109,9 +108,8 @@ void SfxUndoAction::Redo()
}
-void SfxUndoAction::RedoWithContext( SfxUndoContext& i_context )
+void SfxUndoAction::RedoWithContext( SfxUndoContext& )
{
- (void)i_context;
Redo();
}