diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-06 09:04:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-06 10:47:15 +0100 |
commit | 9e087d4a3011aa98de6151aeda9cbb40b1fd21ef (patch) | |
tree | 0d6219941df2857fd63e1d9f913214af6804fb2e /uui | |
parent | d746e6f7cbc9e7225b965c1b506a0050dd386e53 (diff) |
loplugin:unusedvariablecheck tweak to find more stuff
but leave the tweak commented out, since it generates false positives
Change-Id: Iaf3f92414d2618f8780561f98765e33e282afe0c
Reviewed-on: https://gerrit.libreoffice.org/82121
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl-ssl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uui/source/iahndl-ssl.cxx b/uui/source/iahndl-ssl.cxx index 74eaa40748ec..8046bd5a40cb 100644 --- a/uui/source/iahndl-ssl.cxx +++ b/uui/source/iahndl-ssl.cxx @@ -150,7 +150,6 @@ executeUnknownAuthDialog( aArguments.push_back( getContentPart( rXCert->getSubjectName()) ); std::locale aResLocale(Translate::Create("uui")); - ErrorResource aErrorResource(RID_UUI_ERRHDL, aResLocale); aMessage = Translate::get(STR_UUI_UNKNOWNAUTH_UNTRUSTED, aResLocale); aMessage = UUIInteractionHelper::replaceMessageWithArguments( |