summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undodraw.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/undodraw.hxx')
-rw-r--r--sc/source/ui/inc/undodraw.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/undodraw.hxx b/sc/source/ui/inc/undodraw.hxx
index 7155215cf569..62e3666405fd 100644
--- a/sc/source/ui/inc/undodraw.hxx
+++ b/sc/source/ui/inc/undodraw.hxx
@@ -55,8 +55,8 @@ public:
virtual void Repeat(SfxRepeatTarget& rTarget);
virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
virtual sal_Bool Merge( SfxUndoAction *pNextAction );
- virtual rtl::OUString GetComment() const;
- virtual String GetRepeatComment(SfxRepeatTarget&) const;
+ virtual OUString GetComment() const;
+ virtual OUString GetRepeatComment(SfxRepeatTarget&) const;
virtual sal_uInt16 GetId() const;
};