summaryrefslogtreecommitdiff
path: root/include/basic/sbmeth.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbmeth.hxx')
-rw-r--r--include/basic/sbmeth.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basic/sbmeth.hxx b/include/basic/sbmeth.hxx
index a93fe11d470e..e780057681b2 100644
--- a/include/basic/sbmeth.hxx
+++ b/include/basic/sbmeth.hxx
@@ -62,7 +62,7 @@ public:
void GetLineRange( sal_uInt16&, sal_uInt16& );
// Interface to execute a method from the applications
- ErrCode Call( SbxValue* pRet = NULL, SbxVariable* pCaller = NULL );
+ ErrCode Call( SbxValue* pRet = nullptr, SbxVariable* pCaller = nullptr );
virtual void Broadcast( sal_uInt32 nHintId ) override;
};
@@ -77,7 +77,7 @@ class BASIC_DLLPUBLIC SbIfaceMapperMethod : public SbMethod
public:
TYPEINFO_OVERRIDE();
SbIfaceMapperMethod( const OUString& rName, SbMethod* pImplMeth )
- : SbMethod( rName, pImplMeth->GetType(), NULL )
+ : SbMethod( rName, pImplMeth->GetType(), nullptr )
, mxImplMeth( pImplMeth )
{}
virtual ~SbIfaceMapperMethod();