summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/localizationmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/localizationmgr.cxx')
-rw-r--r--basctl/source/basicide/localizationmgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/localizationmgr.cxx b/basctl/source/basicide/localizationmgr.cxx
index 2550f886d76d..b109e68b4724 100644
--- a/basctl/source/basicide/localizationmgr.cxx
+++ b/basctl/source/basicide/localizationmgr.cxx
@@ -117,7 +117,7 @@ bool isLanguageDependentProperty( const OUString& aName )
{ "HelpText", 8 },
{ "CurrencySymbol", 14 },
{ "StringItemList", 14 },
- { 0, 0 }
+ { nullptr, 0 }
};
for (Prop const* pProp = vProp; pProp->sName; ++pProp)
@@ -810,7 +810,7 @@ DialogWindow* FindDialogWindowForEditor( DlgEditor* pEditor )
return pDlgWin;
}
}
- return 0;
+ return nullptr;
}