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

Tor Lillqvist tml at iki.fi
Thu Apr 4 05:12:10 PDT 2013


 svx/source/core/graphichelper.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 1a15ba78c8abf1c9df09163c9b1dad1361ee3f29
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Apr 4 15:11:10 2013 +0300

    Fix warning: unused variable sGraphicURL [loplugin]
    
    Change-Id: I455e36a33720d9493480660dc54bd67b665c0fee

diff --git a/svx/source/core/graphichelper.cxx b/svx/source/core/graphichelper.cxx
index deb3397..ff5bd61 100644
--- a/svx/source/core/graphichelper.cxx
+++ b/svx/source/core/graphichelper.cxx
@@ -206,7 +206,6 @@ void GraphicHelper::SaveShapeAsGraphic( const Reference< drawing::XShape >& xSha
         Reference< XPropertySet > xShapeSet( xShape, UNO_QUERY_THROW );
 
         OUString aMimeType;
-        OUString sGraphicURL;
 
         SvtPathOptions aPathOpt;
         String sGraphicPath( aPathOpt.GetGraphicPath() );


More information about the Libreoffice-commits mailing list