Kaydet (Commit) 281dc405 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable 'aNewURL' [loplugin]

Change-Id: Ie6ee864b79c29dd6ed29c4b41858187f3025cb5a
üst 1014cc94
...@@ -205,8 +205,6 @@ void SwXMLTextParagraphExport::setTextEmbeddedGraphicURL( ...@@ -205,8 +205,6 @@ void SwXMLTextParagraphExport::setTextEmbeddedGraphicURL(
SwGrfNode *pGrfNd = GetNoTxtNode( rPropSet )->GetGrfNode(); SwGrfNode *pGrfNd = GetNoTxtNode( rPropSet )->GetGrfNode();
if( !pGrfNd->IsGrfLink() ) if( !pGrfNd->IsGrfLink() )
{ {
OUString aNewURL = "vnd.sun.star.Package:" + rURL;
// #i15411# save-as will swap all graphics in; we need to swap // #i15411# save-as will swap all graphics in; we need to swap
// them out again, to prevent excessive memory use // them out again, to prevent excessive memory use
pGrfNd->SwapOut(); pGrfNd->SwapOut();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment