[Libreoffice-commits] core.git: svx/source

Tor Lillqvist tml at iki.fi
Sat Jun 15 11:17:44 PDT 2013


 svx/source/svdraw/svdfmtf.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 1a6c33fa5cbb1b7c58a2220ac1ddc0ef47b104a5
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Jun 15 21:08:10 2013 +0300

    WaE: unused variable 'aBoundRect'
    
    Change-Id: If516356a8d2d5ca630f172170d55ca2c7baa96b7

diff --git a/svx/source/svdraw/svdfmtf.cxx b/svx/source/svdraw/svdfmtf.cxx
index dbc4b5e..f6faf9c 100644
--- a/svx/source/svdraw/svdfmtf.cxx
+++ b/svx/source/svdraw/svdfmtf.cxx
@@ -1441,7 +1441,6 @@ void ImpSdrGDIMetaFileImport::DoAction(MetaFloatTransparentAction& rAct)
         const Rectangle aRect(rAct.GetPoint(),rAct.GetSize());
 
         Rectangle aHairline;
-        const Rectangle aBoundRect(rMtf.GetBoundRect(*Application::GetDefaultDevice(), &aHairline));
 
         // convert metafile sub-content to BitmapEx
         BitmapEx aBitmapEx(


More information about the Libreoffice-commits mailing list