diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 06:01:17 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 11:48:02 +0100 |
commit | 919e27746650f223699a97f8f3d4922101d6d739 (patch) | |
tree | 33909252ee42540d05ce94998354fd221c247a57 /svx/source/dialog/imapwnd.cxx | |
parent | 9657161c2a55cc9456e37f7220c5fdecae1829bb (diff) |
loplugin: unused variables and commented code
Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
Diffstat (limited to 'svx/source/dialog/imapwnd.cxx')
-rw-r--r-- | svx/source/dialog/imapwnd.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/dialog/imapwnd.cxx b/svx/source/dialog/imapwnd.cxx index af7a2060bc1e..f95c7685147a 100644 --- a/svx/source/dialog/imapwnd.cxx +++ b/svx/source/dialog/imapwnd.cxx @@ -560,7 +560,6 @@ void IMapWindow::RequestHelp( const HelpEvent& rHEvt ) if ( pIMapObj && ( aStr = pIMapObj->GetURL() ).Len() ) { - String aDescr( pIMapObj->GetAltText() ); Rectangle aLogicPix( LogicToPixel( Rectangle( Point(), GetGraphicSize() ) ) ); Rectangle aScreenRect( OutputToScreenPixel( aLogicPix.TopLeft() ), OutputToScreenPixel( aLogicPix.BottomRight() ) ); |