[Libreoffice-commits] core.git: svtools/source
Stephan Bergmann
sbergman at redhat.com
Wed Oct 2 08:28:27 PDT 2013
svtools/source/uno/treecontrolpeer.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit fb9da1cc7be5dc65b8de096f46f92c34c61e2ad8
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Oct 2 17:28:05 2013 +0200
-Werror,-Wunused-variable
Change-Id: Ie4ca73581937c27bb1cb1a90a2877a5155226b25
diff --git a/svtools/source/uno/treecontrolpeer.cxx b/svtools/source/uno/treecontrolpeer.cxx
index 3c52e82..3fd6fff 100644
--- a/svtools/source/uno/treecontrolpeer.cxx
+++ b/svtools/source/uno/treecontrolpeer.cxx
@@ -461,7 +461,6 @@ void TreeControlPeer::ChangeNodesSelection( const Any& rSelection, bool bSelect,
UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow();
Reference< XTreeNode > xTempNode;
- Sequence< XTreeNode > aTempSeq;
const Reference< XTreeNode > *pNodes = 0;
sal_Int32 nCount = 0;
More information about the Libreoffice-commits
mailing list