summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/unmodpg.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-14 08:34:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-14 14:34:09 +0100
commitc182a752412aab354aaf02ee0c75b7cb1ee35d66 (patch)
treee4ee080ed6a7c5f665a33c52ad9d1e3a56b6031b /sd/source/ui/view/unmodpg.cxx
parent28062c62818ce40c17fb67b480612f8bb9bcd522 (diff)
convert GetComment family to rtl::OUString
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
Diffstat (limited to 'sd/source/ui/view/unmodpg.cxx')
-rw-r--r--sd/source/ui/view/unmodpg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/unmodpg.cxx b/sd/source/ui/view/unmodpg.cxx
index 615f09cc32bf..baead6bfd9a5 100644
--- a/sd/source/ui/view/unmodpg.cxx
+++ b/sd/source/ui/view/unmodpg.cxx
@@ -203,7 +203,7 @@ ModifyPageUndoAction::~ModifyPageUndoAction()
|*
\************************************************************************/
-String ModifyPageUndoAction::GetComment() const
+rtl::OUString ModifyPageUndoAction::GetComment() const
{
return maComment;
}
@@ -239,7 +239,7 @@ void RenameLayoutTemplateUndoAction::Redo()
mpDoc->RenameLayoutTemplate( aLayoutName, maNewName );
}
-String RenameLayoutTemplateUndoAction::GetComment() const
+rtl::OUString RenameLayoutTemplateUndoAction::GetComment() const
{
return maComment;
}