summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-04 15:11:10 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-04 15:11:40 +0300
commit1a15ba78c8abf1c9df09163c9b1dad1361ee3f29 (patch)
treeb713efe601ead0b3828421dbd631eb1b909d3bb7 /svx
parent0c7bbbe9da7602f5d72aecd481f6d26d9af217f0 (diff)
Fix warning: unused variable sGraphicURL [loplugin]
Change-Id: I455e36a33720d9493480660dc54bd67b665c0fee
Diffstat (limited to 'svx')
-rw-r--r--svx/source/core/graphichelper.cxx1
1 files changed, 0 insertions, 1 deletions
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() );