summaryrefslogtreecommitdiff
path: root/shell/source/tools/lngconvex/lngconvex.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:23:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:39 +0100
commit7a8d48f57d106005be80e37ac74e8e2544ad83fe (patch)
tree4fe46b96ce47ff3bced1e9a6bf17cff87081b179 /shell/source/tools/lngconvex/lngconvex.cxx
parent28034eaf925aa50d379dd5cffccc20d7edc95aec (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Ied61699170bd5d2c3878135b1a43b4dc1deff4d4
Diffstat (limited to 'shell/source/tools/lngconvex/lngconvex.cxx')
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx
index 8f4b3f9d6aec..395a283e29e9 100644
--- a/shell/source/tools/lngconvex/lngconvex.cxx
+++ b/shell/source/tools/lngconvex/lngconvex.cxx
@@ -262,7 +262,7 @@ private:
iso_lang_replacement_table_t::iterator iter =
iso_lang_replacement_table_.find(iso_lang);
- replacement_table_t* prt = NULL;
+ replacement_table_t* prt = nullptr;
if (iso_lang_replacement_table_.end() == iter)
{
@@ -330,7 +330,7 @@ void read_ulf_file(const std::string& FileName, Substitutor& Substitutor)
// UTF8 files starting with a byte-order-mark we create a copy of the
// original file without the byte-order-mark
OUString tmpfile_url;
- osl_createTempFile(NULL, NULL, &tmpfile_url.pData);
+ osl_createTempFile(nullptr, nullptr, &tmpfile_url.pData);
OUString tmpfile_sys;
osl::FileBase::getSystemPathFromFileURL(tmpfile_url, tmpfile_sys);