summaryrefslogtreecommitdiff
path: root/starmath
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 /starmath
parent844bba4bb44966a1d27f55c4e511eb7f5887d147 (diff)
convert GetUndoActionComment family to rtl::OUString
Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index 9d168b886abe..be84b1456a64 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -1290,7 +1290,7 @@ void SmDocShell::GetState(SfxItemSet &rSet)
::svl::IUndoManager* pTmpUndoMgr = GetUndoManager();
if( pTmpUndoMgr )
{
- 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 == nWh )