summaryrefslogtreecommitdiff
path: root/starmath/source
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 /starmath/source
parent28062c62818ce40c17fb67b480612f8bb9bcd522 (diff)
convert GetComment family to rtl::OUString
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
Diffstat (limited to 'starmath/source')
-rw-r--r--starmath/source/action.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/action.cxx b/starmath/source/action.cxx
index 0e33d639abfc..5747dff19b04 100644
--- a/starmath/source/action.cxx
+++ b/starmath/source/action.cxx
@@ -58,9 +58,9 @@ void SmFormatAction::Repeat(SfxRepeatTarget& rDocSh)
dynamic_cast< SmDocShell & >(rDocSh).SetFormat(aNewFormat);
}
-UniString SmFormatAction::GetComment() const
+rtl::OUString SmFormatAction::GetComment() const
{
- return (SmResId(RID_UNDOFORMATNAME));
+ return SmResId(RID_UNDOFORMATNAME).toString();
}