diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-06-20 17:06:43 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-06-22 16:50:16 +0200 |
commit | e9ebca75897f150b2e6f09f9e6153ff9ef3c5906 (patch) | |
tree | 1c5b4baec5536c7617fbf5d56e003aef00ded53d | |
parent | 7f916b90500033193226332d52930ab23dd79284 (diff) |
remove unused variable
Change-Id: I284bc45abab57127ea972ed4d4b8164b54bfa18b
-rw-r--r-- | svtools/source/graphic/grfmgr2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/graphic/grfmgr2.cxx b/svtools/source/graphic/grfmgr2.cxx index 1a43fe8b44f3..4565a67b447a 100644 --- a/svtools/source/graphic/grfmgr2.cxx +++ b/svtools/source/graphic/grfmgr2.cxx @@ -177,7 +177,6 @@ sal_Bool GraphicManager::DrawObj( OutputDevice* pOut, const Point& rPt, const Si if( ( rObj.GetType() == GRAPHIC_BITMAP ) || ( rObj.GetType() == GRAPHIC_GDIMETAFILE ) ) { // create output and fill cache - const Size aOutSize( pOut->GetOutputSizePixel() ); if( rObj.IsAnimated() || ( pOut->GetOutDevType() == OUTDEV_PRINTER ) || ( !( nFlags & GRFMGR_DRAW_NO_SUBSTITUTE ) && |