diff options
Diffstat (limited to 'include/svx/svdundo.hxx')
-rw-r--r-- | include/svx/svdundo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx index 6684d10be85f..f065394e9daf 100644 --- a/include/svx/svdundo.hxx +++ b/include/svx/svdundo.hxx @@ -62,7 +62,7 @@ public: TYPEINFO(); virtual ~SdrUndoAction(); - virtual sal_Bool CanRepeat(SfxRepeatTarget& rView) const; + virtual bool CanRepeat(SfxRepeatTarget& rView) const; virtual void Repeat(SfxRepeatTarget& rView); virtual OUString GetRepeatComment(SfxRepeatTarget& rView) const; |