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 --- cui/source/inc/macropg.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'cui/source/inc/macropg.hxx') diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx index 2d3d11985f79..e78045bca74a 100644 --- a/cui/source/inc/macropg.hxx +++ b/cui/source/inc/macropg.hxx @@ -42,7 +42,6 @@ struct EventDisplayName { const sal_Char* pAsciiEventName; sal_uInt16 nEventResourceID; - EventDisplayName() : pAsciiEventName( nullptr ), nEventResourceID(0) { } EventDisplayName( const sal_Char* _pAsciiName, const sal_uInt16 _nResId ) : pAsciiEventName( _pAsciiName ) , nEventResourceID( _nResId ) -- cgit