[Libreoffice-commits] core.git: sc/source
Stephan Bergmann
sbergman at redhat.com
Tue Oct 8 02:04:45 PDT 2013
sc/source/ui/unoobj/dapiuno.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 829752d3159c77f39bdd99bc070cfd543296808c
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Oct 8 11:04:08 2013 +0200
-Werror,-Wunused-variable
Change-Id: I50b99a129f6a102be7120da318533cbbdd0af105
diff --git a/sc/source/ui/unoobj/dapiuno.cxx b/sc/source/ui/unoobj/dapiuno.cxx
index 2794d9e..180c061 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)
More information about the Libreoffice-commits
mailing list