summaryrefslogtreecommitdiffstats
path: root/include/svx/sdrundomanager.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-07-05 16:25:03 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-07-07 20:00:16 +0000
commit009851223b5ced4ed2662af2e2ae81c0f9200e45 (patch)
treea8ab339589ea23b98513d394eabc4f135e69ccae /include/svx/sdrundomanager.hxx
parentModifying comments to meet Doxygen standards (diff)
downloadcore-009851223b5ced4ed2662af2e2ae81c0f9200e45.tar.gz
core-009851223b5ced4ed2662af2e2ae81c0f9200e45.zip
module svl: all String and some bool and related clean-up
Change-Id: I36eb559fa58dbe75384b7119c788af0048813aed Reviewed-on: https://gerrit.libreoffice.org/4733 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'include/svx/sdrundomanager.hxx')
-rw-r--r--include/svx/sdrundomanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdrundomanager.hxx b/include/svx/sdrundomanager.hxx
index 860742f8bae7..0b833ebc4716 100644
--- a/include/svx/sdrundomanager.hxx
+++ b/include/svx/sdrundomanager.hxx
@@ -44,8 +44,8 @@ public:
virtual ~SdrUndoManager();
/// react depending on edit mode and if no more undo is possible
- virtual sal_Bool Undo();
- virtual sal_Bool Redo();
+ virtual bool Undo();
+ virtual bool Redo();
// Call for the view which starts the interactive text edit. Use link to
// activate (start text edit) and empty link to reset (end text edit). On