diff options
Diffstat (limited to 'sc/source/ui/inc/undostyl.hxx')
-rw-r--r-- | sc/source/ui/inc/undostyl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/undostyl.hxx b/sc/source/ui/inc/undostyl.hxx index 59bc7c8197d7..e50ae2dc9014 100644 --- a/sc/source/ui/inc/undostyl.hxx +++ b/sc/source/ui/inc/undostyl.hxx @@ -70,7 +70,7 @@ public: virtual void Undo(); virtual void Redo(); virtual void Repeat(SfxRepeatTarget& rTarget); - virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const; + virtual bool CanRepeat(SfxRepeatTarget& rTarget) const; virtual OUString GetComment() const; }; @@ -87,7 +87,7 @@ public: virtual void Undo(); virtual void Redo(); virtual void Repeat(SfxRepeatTarget& rTarget); - virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const; + virtual bool CanRepeat(SfxRepeatTarget& rTarget) const; virtual OUString GetComment() const; |