From 2c8fe2e737b84ecd3dbac36a4fe6bd061bbd3bae Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 16 May 2016 10:11:04 +0200 Subject: update unusedmethods plugin to deal with constructors and fix the operator< implementations in some of the other plugins too. Change-Id: Ie5631e0cdc8d2a994ad2af2533cdb558a6cfc035 Reviewed-on: https://gerrit.libreoffice.org/25057 Tested-by: Jenkins Reviewed-by: Noel Grandin --- basctl/source/inc/baside3.hxx | 1 - basctl/source/inc/docsignature.hxx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'basctl') diff --git a/basctl/source/inc/baside3.hxx b/basctl/source/inc/baside3.hxx index 4d6a1f1edac9..a7cd5585739c 100644 --- a/basctl/source/inc/baside3.hxx +++ b/basctl/source/inc/baside3.hxx @@ -81,7 +81,6 @@ protected: public: DialogWindow (DialogWindowLayout* pParent, ScriptDocument const& rDocument, const OUString& aLibName, const OUString& aName, css::uno::Reference const& xDialogModel); - DialogWindow( DialogWindow* pCurView ); // never implemented virtual void ExecuteCommand( SfxRequest& rReq ) override; virtual void GetState( SfxItemSet& ) override; diff --git a/basctl/source/inc/docsignature.hxx b/basctl/source/inc/docsignature.hxx index 546b1fb46d4f..b5c49dd6d311 100644 --- a/basctl/source/inc/docsignature.hxx +++ b/basctl/source/inc/docsignature.hxx @@ -63,7 +63,7 @@ namespace basctl SignatureState getScriptingSignatureState() const; private: - DocumentSignature(); // not implemented + DocumentSignature() = delete; private: struct Impl; -- cgit