diff options
Diffstat (limited to 'sd/inc/undo')
-rw-r--r-- | sd/inc/undo/undomanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/undo/undomanager.hxx b/sd/inc/undo/undomanager.hxx index a3f68f929b03..470609ffea88 100644 --- a/sd/inc/undo/undomanager.hxx +++ b/sd/inc/undo/undomanager.hxx @@ -55,7 +55,7 @@ private: outline view seems to have a bug. Therefore this method is called whenever a new undo action is added. */ - void ClearLinkedRedoActions (void); + void ClearLinkedRedoActions(); }; } |