summaryrefslogtreecommitdiff
path: root/include/sfx2/hintpost.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/hintpost.hxx')
-rw-r--r--include/sfx2/hintpost.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/hintpost.hxx b/include/sfx2/hintpost.hxx
index fae4be363dd7..cfbc60d87631 100644
--- a/include/sfx2/hintpost.hxx
+++ b/include/sfx2/hintpost.hxx
@@ -49,7 +49,7 @@ protected:
public:
SfxHintPoster(const Link<SfxRequest*,void>& rLink);
- void Post( SfxRequest* pHint = nullptr );
+ void Post( SfxRequest* pHint );
void SetEventHdl(const Link<SfxRequest*,void>& rLink);
};