[Libreoffice-commits] core.git: xmlsecurity/source

Stephan Bergmann sbergman at redhat.com
Fri Jun 30 08:18:36 UTC 2017


 xmlsecurity/source/helper/xsecverify.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 83634c9d11ea730f6525c66ba26a87e9d1ef3936
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jun 30 10:18:07 2017 +0200

    loplugin:staticmethods
    
    Change-Id: I68d02b89a2c55e41ad0d86392ed3994fa5410fac

diff --git a/xmlsecurity/source/helper/xsecverify.cxx b/xmlsecurity/source/helper/xsecverify.cxx
index bd9e7dbf7839..cd27355acc67 100644
--- a/xmlsecurity/source/helper/xsecverify.cxx
+++ b/xmlsecurity/source/helper/xsecverify.cxx
@@ -126,6 +126,8 @@ void XSecController::switchGpgSignature()
                                    xGpgSEInitializer->createSecurityContext(OUString()));
         }
     }
+#else
+    (void) this;
 #endif
 }
 


More information about the Libreoffice-commits mailing list