vcl/source/gdi/pdfwriter_impl.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 13271f324759887244384aaaccf681390c96238d
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Sep 7 16:10:45 2015 +0200

    clang-analyzer-deadcode.DeadStores
    
    ...ever since its inception with 485d404dc2d12f86acd9c69f19e9075bd375e861
    "vcl118: #i115788# fix file specs vs. URI"
    
    Change-Id: I990c3610b29b060b516a21ec6cba615fa101ccb5

diff --git a/vcl/source/gdi/pdfwriter_impl.cxx 
b/vcl/source/gdi/pdfwriter_impl.cxx
index c3185ec..3233513 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -4614,7 +4614,6 @@ we check in the following sequence:
                     OUString aURLNoMark = aTargetURL.GetURLNoMark( 
INetURLObject::DECODE_WITH_CHARSET );
                     aLine.append("/GoToR");
                     aLine.append("/F");
-                    bFileSpec = true;
                     appendLiteralStringEncrypt( bSetRelative ? 
INetURLObject::GetRelURL( m_aContext.BaseURL, aURLNoMark,
                                                                                
          INetURLObject::WAS_ENCODED,
                                                                                
          INetURLObject::DECODE_WITH_CHARSET ) :
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to