From d41c44f9048e1877c129704842a0c59e90dce3d8 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 14 Mar 2016 15:28:17 +0100 Subject: [PATCH] WaE: unused variable Change-Id: I6e4f2043118cf0946628f50f51c3d5635b1ce682 --- sc/source/ui/collab/sendfunc.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/sc/source/ui/collab/sendfunc.cxx b/sc/source/ui/collab/sendfunc.cxx index 7edda7adc5b2..1c8a3871afb9 100644 --- a/sc/source/ui/collab/sendfunc.cxx +++ b/sc/source/ui/collab/sendfunc.cxx @@ -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 );