summaryrefslogtreecommitdiff
path: root/sc/inc/undorangename.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/undorangename.hxx')
-rw-r--r--sc/inc/undorangename.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/undorangename.hxx b/sc/inc/undorangename.hxx
index 33fd541c348e..50357f109e2d 100644
--- a/sc/inc/undorangename.hxx
+++ b/sc/inc/undorangename.hxx
@@ -31,7 +31,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;
private:
@@ -53,7 +53,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;
private: