summaryrefslogtreecommitdiff
path: root/l10ntools/source/gConvTree.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-03 09:43:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-03 09:43:06 +0100
commita39fb49535bbcdecd0a605250f82335aee690937 (patch)
tree94b8b631c1ca1bf95af14c076f451e8157cc1706 /l10ntools/source/gConvTree.cxx
parentfba6f6fb514ee84bd42f765d11a5627590d04cfd (diff)
various loplugin warnings
Change-Id: I9078ba18d8897a89a472fe75385542dac0c6bf78
Diffstat (limited to 'l10ntools/source/gConvTree.cxx')
-rw-r--r--l10ntools/source/gConvTree.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/gConvTree.cxx b/l10ntools/source/gConvTree.cxx
index 06f577d2574b..d7fca8119c92 100644
--- a/l10ntools/source/gConvTree.cxx
+++ b/l10ntools/source/gConvTree.cxx
@@ -32,7 +32,7 @@
/********************** I M P L E M E N T A T I O N **********************/
convert_tree::convert_tree(l10nMem& crMemory)
: convert_gen_impl(crMemory),
- mcOutputFiles(NULL),
+ mcOutputFiles(nullptr),
meStateTag(STATE_TAG_NONE),
meStateVal(STATE_VAL_NONE),
miCntLanguages(0)
@@ -103,7 +103,7 @@ void convert_tree::execute()
// TreeWrap::yylex();
// dump last line
- copySourceSpecial(NULL,3);
+ copySourceSpecial(nullptr,3);
}