WaE: unused variable

Change-Id: I6e4f2043118cf0946628f50f51c3d5635b1ce682
This commit is contained in:
David Tardon
2016-03-14 15:28:17 +01:00
parent 52e438caaf
commit d41c44f904

View File

@@ -309,7 +309,6 @@ ScDocFuncSend::~ScDocFuncSend()
void ScDocFuncSend::EnterListAction( sal_uInt16 nNameResId )
{
// Want to group these operations for the other side ...
OUString aUndo( ScGlobal::GetRscString( nNameResId ) );
ScChangeOpWriter aOp( "enterListAction" );
aOp.appendInt( nNameResId ); // nasty but translate-able ...
SendMessage( aOp );