diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-10 13:48:02 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-12 06:54:08 +0000 |
commit | 500a3be0ea9184fc2823d704acf4037f70c6721e (patch) | |
tree | 9ceff28559b0b56c58c44313894589e564496a6b /xmlsecurity | |
parent | 8806a86c9d1ba63259ea79dd1c955ef970ab1989 (diff) |
loplugin:countusersofdefaultparams in vcl..xmlsecurity
Change-Id: I538596a99e632178d928ff7e66ad45c71b73c6fd
Reviewed-on: https://gerrit.libreoffice.org/28018
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/dialogs/resourcemanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/dialogs/resourcemanager.hxx b/xmlsecurity/source/dialogs/resourcemanager.hxx index cd31f358d885..4b30549d0c02 100644 --- a/xmlsecurity/source/dialogs/resourcemanager.hxx +++ b/xmlsecurity/source/dialogs/resourcemanager.hxx @@ -47,7 +47,7 @@ namespace XmlSec const OUString & rRawString); OUString GetContentPart( const OUString& _rRawString ); - OUString GetHexString( const css::uno::Sequence< sal_Int8 >& _rSeq, const char* _pSep = ":", sal_uInt16 _nLineBreak = 0xFFFF ); + OUString GetHexString( const css::uno::Sequence< sal_Int8 >& _rSeq, const char* _pSep, sal_uInt16 _nLineBreak = 0xFFFF ); } #define XMLSEC_RES(id) ResId(id,*XmlSec::GetResMgr()) |