From 14f351529e5f6282b1017d28671930d6142f4ce5 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sun, 19 Nov 2017 01:38:22 +0900 Subject: cosmetics: Drop duplicate semicolon Change-Id: I96d2ffb903f9ed15070572552c9564b5089df12f Reviewed-on: https://gerrit.libreoffice.org/44914 Tested-by: Jenkins Reviewed-by: Eike Rathke --- include/svl/cryptosign.hxx | 2 +- include/svx/svdobj.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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; -- cgit