summaryrefslogtreecommitdiff
path: root/svl/inc/svl/undo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/svl/undo.hxx')
-rw-r--r--svl/inc/svl/undo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svl/inc/svl/undo.hxx b/svl/inc/svl/undo.hxx
index 828810a541a8..a6b3fd646168 100644
--- a/svl/inc/svl/undo.hxx
+++ b/svl/inc/svl/undo.hxx
@@ -76,7 +76,7 @@ public:
virtual sal_Bool Merge( SfxUndoAction *pNextAction );
- virtual UniString GetComment() const;
+ virtual rtl::OUString GetComment() const;
virtual UniString GetRepeatComment(SfxRepeatTarget&) const;
virtual sal_uInt16 GetId() const;
@@ -183,7 +183,7 @@ class SVL_DLLPUBLIC SfxListUndoAction : public SfxUndoAction, public SfxUndoArra
virtual sal_Bool Merge( SfxUndoAction *pNextAction );
- virtual UniString GetComment() const;
+ virtual rtl::OUString GetComment() const;
virtual UniString GetRepeatComment(SfxRepeatTarget&) const;
virtual sal_uInt16 GetId() const;
@@ -462,7 +462,7 @@ public:
virtual void Repeat(SfxRepeatTarget&r);
- virtual UniString GetComment() const;
+ virtual rtl::OUString GetComment() const;
virtual UniString GetRepeatComment(SfxRepeatTarget&r) const;
virtual sal_uInt16 GetId() const;