summaryrefslogtreecommitdiff
path: root/cui/source/inc/macropg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/macropg.hxx')
-rw-r--r--cui/source/inc/macropg.hxx1
1 files changed, 0 insertions, 1 deletions
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 )