summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/annotsh.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-15 09:03:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-15 12:05:47 +0100
commit9b71aa0de186d534f4dc79b587f0cd6d8e17e590 (patch)
tree51e5e389120cab2f6e170a7d6aedded1558c351f /sw/source/ui/shells/annotsh.cxx
parent844bba4bb44966a1d27f55c4e511eb7f5887d147 (diff)
convert GetUndoActionComment family to rtl::OUString
Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0
Diffstat (limited to 'sw/source/ui/shells/annotsh.cxx')
-rw-r--r--sw/source/ui/shells/annotsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/shells/annotsh.cxx b/sw/source/ui/shells/annotsh.cxx
index 4ce1e0a6a4a0..431de8bda43e 100644
--- a/sw/source/ui/shells/annotsh.cxx
+++ b/sw/source/ui/shells/annotsh.cxx
@@ -1471,7 +1471,7 @@ void SwAnnotationShell::StateUndo(SfxItemSet &rSet)
{
if( pUndoManager )
{
- UniString (::svl::IUndoManager:: *fnGetComment)( size_t, bool const ) const;
+ rtl::OUString (::svl::IUndoManager:: *fnGetComment)( size_t, bool const ) const;
sal_uInt16 nCount;
if( SID_GETUNDOSTRINGS == nWhich )