summaryrefslogtreecommitdiff
path: root/include/sfx2/event.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/event.hxx')
-rw-r--r--include/sfx2/event.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/event.hxx b/include/sfx2/event.hxx
index eae08b3a6ec1..6137496183b6 100644
--- a/include/sfx2/event.hxx
+++ b/include/sfx2/event.hxx
@@ -41,7 +41,7 @@ class SFX2_DLLPUBLIC SfxEventHint : public SfxHint
sal_uInt16 nEventId;
public:
- SfxEventHint( sal_uInt16 nId, const OUString& aName, SfxObjectShell *pObj = nullptr )
+ SfxEventHint( sal_uInt16 nId, const OUString& aName, SfxObjectShell *pObj )
: pObjShell(pObj),
aEventName(aName),
nEventId(nId)