summaryrefslogtreecommitdiff
path: root/helpcompiler/inc/HelpLinker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'helpcompiler/inc/HelpLinker.hxx')
-rw-r--r--helpcompiler/inc/HelpLinker.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx
index 0a13f93acdd0..21873e362c27 100644
--- a/helpcompiler/inc/HelpLinker.hxx
+++ b/helpcompiler/inc/HelpLinker.hxx
@@ -50,14 +50,14 @@ class L10N_DLLPUBLIC HelpLinker
{
public:
void main(std::vector<std::string> &args,
- std::string* pExtensionPath = NULL,
- std::string* pDestination = NULL,
- const OUString* pOfficeHelpPath = NULL )
+ std::string* pExtensionPath = nullptr,
+ std::string* pDestination = nullptr,
+ const OUString* pOfficeHelpPath = nullptr )
throw( HelpProcessingException, std::exception );
HelpLinker()
: bExtensionMode(false)
- , m_pIndexerPreProcessor(NULL)
+ , m_pIndexerPreProcessor(nullptr)
, m_bUseLangRoot(true)
, m_bCreateIndex(true)
{}