summaryrefslogtreecommitdiff
path: root/cppuhelper/source/macro_expander.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/macro_expander.cxx')
-rw-r--r--cppuhelper/source/macro_expander.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/macro_expander.cxx b/cppuhelper/source/macro_expander.cxx
index 78c4fe99158b..df55a0625131 100644
--- a/cppuhelper/source/macro_expander.cxx
+++ b/cppuhelper/source/macro_expander.cxx
@@ -51,7 +51,7 @@ namespace cppu
Bootstrap const & get_unorc()
{
- static rtlBootstrapHandle s_bstrap = 0;
+ static rtlBootstrapHandle s_bstrap = nullptr;
if (! s_bstrap)
{
OUString iniName(getUnoIniUri());