-Werror,-Wunused-variable
Change-Id: I50b99a129f6a102be7120da318533cbbdd0af105
This commit is contained in:
@@ -1232,7 +1232,6 @@ void SAL_CALL ScDataPilotTableObj::setTag( const OUString& aNewTag )
|
|||||||
ScDPObject* pDPObj = lcl_GetDPObject(GetDocShell(), nTab, aName);
|
ScDPObject* pDPObj = lcl_GetDPObject(GetDocShell(), nTab, aName);
|
||||||
if (pDPObj)
|
if (pDPObj)
|
||||||
{
|
{
|
||||||
OUString aString(aNewTag);
|
|
||||||
pDPObj->SetTag( aNewTag ); //! Undo - DBDocFunc ???
|
pDPObj->SetTag( aNewTag ); //! Undo - DBDocFunc ???
|
||||||
|
|
||||||
// DataPilotUpdate would do too much (output table is not changed)
|
// DataPilotUpdate would do too much (output table is not changed)
|
||||||
|
Reference in New Issue
Block a user