summaryrefslogtreecommitdiff
path: root/include/basic/basmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/basmgr.hxx')
-rw-r--r--include/basic/basmgr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx
index c8bbb2d35a07..11eb3f526818 100644
--- a/include/basic/basmgr.hxx
+++ b/include/basic/basmgr.hxx
@@ -81,7 +81,7 @@ struct LibraryContainerInfo
OldBasicPassword* mpOldBasicPassword;
LibraryContainerInfo()
- :mpOldBasicPassword( NULL )
+ :mpOldBasicPassword( nullptr )
{
}
@@ -135,8 +135,8 @@ protected:
public:
TYPEINFO_OVERRIDE();
- BasicManager( SotStorage& rStorage, const OUString& rBaseURL, StarBASIC* pParentFromStdLib = NULL, OUString* pLibPath = NULL, bool bDocMgr = false );
- BasicManager( StarBASIC* pStdLib, OUString* pLibPath = NULL, bool bDocMgr = false );
+ BasicManager( SotStorage& rStorage, const OUString& rBaseURL, StarBASIC* pParentFromStdLib = nullptr, OUString* pLibPath = nullptr, bool bDocMgr = false );
+ BasicManager( StarBASIC* pStdLib, OUString* pLibPath = nullptr, bool bDocMgr = false );
/** deletes the given BasicManager instance