diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-08 11:04:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-08 11:04:22 +0200 |
commit | 829752d3159c77f39bdd99bc070cfd543296808c (patch) | |
tree | a00f10dbfebf5fb99a04ffe2d0d850d9d60af6b8 /sc | |
parent | 849c890ebc1782aea2c98e1212920e943f128040 (diff) |
-Werror,-Wunused-variable
Change-Id: I50b99a129f6a102be7120da318533cbbdd0af105
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/unoobj/dapiuno.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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) |