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 | |
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')
-rw-r--r-- | include/svl/cryptosign.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdobj.hxx | 2 |
2 files changed, 2 insertions, 2 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). diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index bf227c9635c4..f1768787c92a 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -797,7 +797,7 @@ public: // #i121917# virtual bool HasText() const; - bool Equals(const SdrObject&) const;; + bool Equals(const SdrObject&) const; virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const; |