summaryrefslogtreecommitdiff
path: root/extensions/Library_updatefeed.mk
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Library_updatefeed.mk')
0 files changed, 0 insertions, 0 deletions
b1'>d3b6cb7ec2da4afb5687c9d28b2be2f96e6aa7b1 (patch) treee9d209d6d5f06cacd8e0df78c7f6b8ad45d74be5 /include/vcl/idle.hxx parent45979047abbd9da7a29401f298e8ef9ab58ad337 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I05e89f9896170d4df3d1377549ea074f06b884a0
Diffstat (limited to 'include/vcl/idle.hxx')
-rw-r--r--include/vcl/idle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/idle.hxx b/include/vcl/idle.hxx
index 8347e9d9baf7..d746cf45e775 100644
--- a/include/vcl/idle.hxx
+++ b/include/vcl/idle.hxx
@@ -29,7 +29,7 @@ protected:
Link<Idle *, void> maIdleHdl; // Callback Link
public:
- Idle( const sal_Char *pDebugName = NULL );
+ Idle( const sal_Char *pDebugName = nullptr );
Idle( const Idle& rIdle );
virtual void Start() override;