summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rsckey.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/parser/rsckey.cxx')
-rw-r--r--rsc/source/parser/rsckey.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/parser/rsckey.cxx b/rsc/source/parser/rsckey.cxx
index 32cb54ec6865..0779e13f1934 100644
--- a/rsc/source/parser/rsckey.cxx
+++ b/rsc/source/parser/rsckey.cxx
@@ -48,7 +48,7 @@ RscNameTable::RscNameTable()
{
bSort = true;
nEntries = 0;
- pTable = NULL;
+ pTable = nullptr;
};
RscNameTable::~RscNameTable()
@@ -110,7 +110,7 @@ Atom RscNameTable::Put( Atom nName, sal_uInt32 nTyp, RscTop * pClass )
bool RscNameTable::Get( Atom nName, KEY_STRUCT * pEle )
{
- KEY_STRUCT * pKey = NULL;
+ KEY_STRUCT * pKey = nullptr;
KEY_STRUCT aSearchName;
sal_uInt32 i;