summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentUndoRedo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/IDocumentUndoRedo.hxx')
-rw-r--r--sw/inc/IDocumentUndoRedo.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/IDocumentUndoRedo.hxx b/sw/inc/IDocumentUndoRedo.hxx
index a50a4f0dcbb4..4cad09c5c6bf 100644
--- a/sw/inc/IDocumentUndoRedo.hxx
+++ b/sw/inc/IDocumentUndoRedo.hxx
@@ -95,7 +95,7 @@ public:
@return true if executing the last Undo action was successful.
*/
- virtual sal_Bool Undo() = 0;
+ virtual bool Undo() = 0;
/** Opens undo block.
@@ -154,7 +154,7 @@ public:
@return true if executing the first Redo action was successful.
*/
- virtual sal_Bool Redo() = 0;
+ virtual bool Redo() = 0;
/** Get Id and comment of first Redo action.
@param o_pStr if not 0, receives comment of first Redo action.