[Libreoffice-commits] core.git: vcl/source
Stephan Bergmann
sbergman at redhat.com
Mon Sep 7 07:14:02 PDT 2015
vcl/source/gdi/pdfwriter_impl.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 13271f324759887244384aaaccf681390c96238d
Author: Stephan Bergmann <sbergman at 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 ) :
More information about the Libreoffice-commits
mailing list