From 9b71aa0de186d534f4dc79b587f0cd6d8e17e590 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 15 May 2012 09:03:57 +0100 Subject: convert GetUndoActionComment family to rtl::OUString Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0 --- starmath/source/document.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath') 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 ) -- cgit