summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-15 13:56:24 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-15 13:56:55 +0300
commit281dc40522cfb8eb4e4b38304caa4040ee260c59 (patch)
tree0d6805b1caafa46f594b87763806708274702a9c /sw
parent1014cc94e86cafac31192da384bc41790130debb (diff)
WaE: unused variable 'aNewURL' [loplugin]
Change-Id: Ie6ee864b79c29dd6ed29c4b41858187f3025cb5a
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/xml/xmltexte.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmltexte.cxx b/sw/source/filter/xml/xmltexte.cxx
index 28344ba42de9..6e4223f62a3b 100644
--- a/sw/source/filter/xml/xmltexte.cxx
+++ b/sw/source/filter/xml/xmltexte.cxx
@@ -205,8 +205,6 @@ void SwXMLTextParagraphExport::setTextEmbeddedGraphicURL(
SwGrfNode *pGrfNd = GetNoTxtNode( rPropSet )->GetGrfNode();
if( !pGrfNd->IsGrfLink() )
{
- OUString aNewURL = "vnd.sun.star.Package:" + rURL;
-
// #i15411# save-as will swap all graphics in; we need to swap
// them out again, to prevent excessive memory use
pGrfNd->SwapOut();