summaryrefslogtreecommitdiffstats
path: root/helpcompiler/inc
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
parentloplugin:nullptr (automatic rewrite) (diff)
downloadcore-2df257e95e655de7b0f888b033a56cd800d3002e.tar.gz
core-2df257e95e655de7b0f888b033a56cd800d3002e.zip
loplugin:nullptr (automatic rewrite)
Change-Id: I6e34abccb0bda1c76e30ab973b8fd827d6c99c72
Diffstat (limited to 'helpcompiler/inc')
-rw-r--r--helpcompiler/inc/HelpCompiler.hxx4
-rw-r--r--helpcompiler/inc/HelpLinker.hxx8
2 files changed, 6 insertions, 6 deletions
diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx
index b2ea7518a655..b3e325165dbd 100644
--- a/helpcompiler/inc/HelpCompiler.hxx
+++ b/helpcompiler/inc/HelpCompiler.hxx
@@ -175,8 +175,8 @@ public:
xmlDocPtr default_doc;
StreamTable() :
- appl_hidlist(NULL), appl_keywords(NULL), appl_helptexts(NULL), appl_doc(NULL),
- default_hidlist(NULL), default_keywords(NULL), default_helptexts(NULL), default_doc(NULL)
+ appl_hidlist(nullptr), appl_keywords(nullptr), appl_helptexts(nullptr), appl_doc(nullptr),
+ default_hidlist(nullptr), default_keywords(nullptr), default_helptexts(nullptr), default_doc(nullptr)
{}
void dropdefault()
{
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)
{}