From 1a15ba78c8abf1c9df09163c9b1dad1361ee3f29 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 4 Apr 2013 15:11:10 +0300 Subject: Fix warning: unused variable sGraphicURL [loplugin] Change-Id: I455e36a33720d9493480660dc54bd67b665c0fee --- svx/source/core/graphichelper.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svx/source/core/graphichelper.cxx') diff --git a/svx/source/core/graphichelper.cxx b/svx/source/core/graphichelper.cxx index deb3397d0020..ff5bd61b8ce2 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() ); -- cgit v1.2.3