[Libreoffice-commits] core.git: sw/source
Miklos Vajna
vmiklos at collabora.co.uk
Wed Dec 3 23:24:16 PST 2014
sw/source/core/graphic/ndgrf.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 183b89db121b8c6e02c14ebf2c2666ee807a9c82
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Dec 4 08:21:39 2014 +0100
-Werror=unused-variable
Change-Id: I7445c699bf3fa6419411d4800db1b49f92b77a55
diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx
index 6e60afa..80b0504 100644
--- a/sw/source/core/graphic/ndgrf.cxx
+++ b/sw/source/core/graphic/ndgrf.cxx
@@ -1094,7 +1094,6 @@ bool SwGrfNode::IsSelected() const
if( pESh )
{
const SwNode* pN = this;
- const SwViewShell* pV = pESh;
for(const SwViewShell& rCurrentShell : pESh->GetRingContainer())
{
if( rCurrentShell.ISA( SwEditShell ) && pN == &static_cast<const SwCrsrShell*>(&rCurrentShell)
More information about the Libreoffice-commits
mailing list