[Libreoffice-commits] core.git: sc/source

Michael Meeks michael.meeks at collabora.com
Thu Oct 24 13:21:48 PDT 2013


 sc/source/ui/collab/sendfunc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e886cc7fa1849efd899ba16fce6a0b84371e5ea1
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Thu Oct 24 21:17:37 2013 +0100

    compile fix.
    
    Change-Id: I50bbdc75e41b23fe64cb0a17dea1290c763a93e1

diff --git a/sc/source/ui/collab/sendfunc.cxx b/sc/source/ui/collab/sendfunc.cxx
index 8bf3e14..68d1775 100644
--- a/sc/source/ui/collab/sendfunc.cxx
+++ b/sc/source/ui/collab/sendfunc.cxx
@@ -309,7 +309,7 @@ ScDocFuncSend::~ScDocFuncSend()
 void ScDocFuncSend::EnterListAction( sal_uInt16 nNameResId )
 {
     // Want to group these operations for the other side ...
-    String aUndo( ScGlobal::GetRscString( nNameResId ) );
+    OUString aUndo( ScGlobal::GetRscString( nNameResId ) );
     ScChangeOpWriter aOp( "enterListAction" );
     aOp.appendInt( nNameResId ); // nasty but translate-able ...
     SendMessage( aOp );


More information about the Libreoffice-commits mailing list