diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-11-23 18:20:53 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-23 18:24:59 +0100 |
commit | 5d7964a5c4f7fbb41df05042229d540feb32de8c (patch) | |
tree | 1db220981a082877c078437faf216a4ee8a18656 /sc/source | |
parent | 23daad00e0fdea88edb746dffaf12d684dec6909 (diff) |
-Werror=unused-but-set-variable fix
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/app/inputwin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index da067b82002a..4818785d59d5 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -754,7 +754,6 @@ void ScInputWindow::MouseMove( const MouseEvent& rMEvt ) if ( lcl_isExperimentalMode() ) { Point aPosPixel = GetPointerPosPixel(); - Point aPnt = PixelToLogic( aPosPixel ); ScInputBarGroup* pGroupBar = dynamic_cast< ScInputBarGroup* > ( pRuntimeWindow.get() ); if ( bInResize || ( GetOutputSizePixel().Height() - aPosPixel.Y() <= 4 ) ) |