diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-08-11 10:25:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-08-11 10:25:54 +0200 |
commit | 88840a796efc087e5699d8e8a53587f1cedbe73c (patch) | |
tree | 2dbe30e622ff2c3a5478a3a3bebc973144948309 /sw | |
parent | e1c2aae61b21f8aa5f64c38efd6ca685c89291e3 (diff) |
Remove unused local vars
Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/draw/dcontact.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/draw/dcontact.cxx b/sw/source/core/draw/dcontact.cxx index a3ea1574794a..ff2f27b7430b 100644 --- a/sw/source/core/draw/dcontact.cxx +++ b/sw/source/core/draw/dcontact.cxx @@ -695,7 +695,6 @@ void SwDrawContact::GetTextObjectsFromFmt( std::list<SdrTextObj*>& rTextObjects, SwFrmFmt* pFly = (*pDoc->GetSpzFrmFmts())[n]; if( pFly->IsA( TYPE(SwDrawFrmFmt) ) ) { - std::list<SdrTextObj*> aTextObjs; SwDrawContact* pContact = SwIterator<SwDrawContact,SwFrmFmt>::FirstElement(*pFly); if( pContact ) { |