diff options
Diffstat (limited to 'starmath/source/action.cxx')
-rw-r--r-- | starmath/source/action.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/action.cxx b/starmath/source/action.cxx index 21b75a481f67..37e643c85cd9 100644 --- a/starmath/source/action.cxx +++ b/starmath/source/action.cxx @@ -47,7 +47,7 @@ void SmFormatAction::Repeat(SfxRepeatTarget& rDocSh) OUString SmFormatAction::GetComment() const { - return OUString(RID_UNDOFORMATNAME); + return RID_UNDOFORMATNAME; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |