Kaydet (Commit) e886cc7f authored tarafından Michael Meeks's avatar Michael Meeks

compile fix.

Change-Id: I50bbdc75e41b23fe64cb0a17dea1290c763a93e1
üst 49f6c590
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment