summaryrefslogtreecommitdiff
path: root/helpcompiler/inc/HelpLinker.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:16:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:27 +0100
commit2df257e95e655de7b0f888b033a56cd800d3002e (patch)
tree289bad43a8dbeb85e0af6447eadf87c79f13fdb6 /helpcompiler/inc/HelpLinker.hxx
parent06c5c630201152964c19c47262a5a54fcb6cf6c2 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I6e34abccb0bda1c76e30ab973b8fd827d6c99c72
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)
{}