From 829752d3159c77f39bdd99bc070cfd543296808c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 8 Oct 2013 11:04:08 +0200 Subject: -Werror,-Wunused-variable Change-Id: I50b99a129f6a102be7120da318533cbbdd0af105 --- sc/source/ui/unoobj/dapiuno.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc') diff --git a/sc/source/ui/unoobj/dapiuno.cxx b/sc/source/ui/unoobj/dapiuno.cxx index 2794d9e7028e..180c06129c36 100644 --- a/sc/source/ui/unoobj/dapiuno.cxx +++ b/sc/source/ui/unoobj/dapiuno.cxx @@ -1232,7 +1232,6 @@ void SAL_CALL ScDataPilotTableObj::setTag( const OUString& aNewTag ) ScDPObject* pDPObj = lcl_GetDPObject(GetDocShell(), nTab, aName); if (pDPObj) { - OUString aString(aNewTag); pDPObj->SetTag( aNewTag ); //! Undo - DBDocFunc ??? // DataPilotUpdate would do too much (output table is not changed) -- cgit