summaryrefslogtreecommitdiff
path: root/stoc/source/inspect/introspection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/inspect/introspection.cxx')
-rw-r--r--stoc/source/inspect/introspection.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx
index aedda924a1f9..e5eae6ca9983 100644
--- a/stoc/source/inspect/introspection.cxx
+++ b/stoc/source/inspect/introspection.cxx
@@ -286,7 +286,7 @@ IntrospectionAccessStatic_Impl::IntrospectionAccessStatic_Impl( Reference< XIdlR
mbIdlArray = false;
mbUnoTunnel = false;
- mpOrgPropertyHandleArray = NULL;
+ mpOrgPropertyHandleArray = nullptr;
mnPropCount = 0;
//mnDangerousPropCount = 0;
@@ -2535,7 +2535,7 @@ css::uno::Reference<css::beans::XIntrospectionAccess> Implementation::inspect(
}
else
{
- xImplClass2 = NULL;
+ xImplClass2 = nullptr;
}
}
}