diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-11-19 01:38:22 +0900 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-11-20 14:01:44 +0100 |
commit | 14f351529e5f6282b1017d28671930d6142f4ce5 (patch) | |
tree | 9425e90bb869f9ed05bcebd621059eeb198e4b87 /include/svl/cryptosign.hxx | |
parent | 13de75274b727428355eefd55176277a5f891c47 (diff) |
cosmetics: Drop duplicate semicolon
Change-Id: I96d2ffb903f9ed15070572552c9564b5089df12f
Reviewed-on: https://gerrit.libreoffice.org/44914
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/svl/cryptosign.hxx')
-rw-r--r-- | include/svl/cryptosign.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/cryptosign.hxx b/include/svl/cryptosign.hxx index 2a44744bbaa1..eacb4d78af25 100644 --- a/include/svl/cryptosign.hxx +++ b/include/svl/cryptosign.hxx @@ -57,7 +57,7 @@ public: } void SetSignTSA(const OUString& tsa) { m_aSignTSA = tsa; } - void SetSignPassword(const OUString& password) { m_aSignPassword = password;; } + void SetSignPassword(const OUString& password) { m_aSignPassword = password; } /// Signs one or more data blocks (as a single, contiguous, array). /// Returns the signature (in PKCS#7 format) as string (hex). |