summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/dp_registry.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:13:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:22 +0100
commit72c48b716640c76f0a8fa49341ce3b0099004991 (patch)
tree6aa8da1631e3d18272bd39ab55111885ab339b45 /desktop/source/deployment/registry/dp_registry.cxx
parent89c4edc13f203db1641c63e22774262bbe61f36f (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I8204a300c98b891a842ef2e40b65f0810dd7817a
Diffstat (limited to 'desktop/source/deployment/registry/dp_registry.cxx')
-rw-r--r--desktop/source/deployment/registry/dp_registry.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/dp_registry.cxx b/desktop/source/deployment/registry/dp_registry.cxx
index 3eb0c06c0a5a..62e6737beaed 100644
--- a/desktop/source/deployment/registry/dp_registry.cxx
+++ b/desktop/source/deployment/registry/dp_registry.cxx
@@ -324,7 +324,7 @@ Reference<deployment::XPackageRegistry> PackageRegistryImpl::create(
registryArgs[ 1 ] <<= registryCachePath;
registryArgs[ 2 ] <<= readOnly;
if (! readOnly)
- create_folder( 0, registryCachePath,
+ create_folder( nullptr, registryCachePath,
Reference<XCommandEnvironment>() );
}
@@ -374,7 +374,7 @@ Reference<deployment::XPackageRegistry> PackageRegistryImpl::create(
rtl_UriCharClassPchar,
rtl_UriEncodeIgnoreEscapes,
RTL_TEXTENCODING_UTF8 ) ) );
- create_folder( 0, registryCachePath, Reference<XCommandEnvironment>());
+ create_folder( nullptr, registryCachePath, Reference<XCommandEnvironment>());
#if OSL_DEBUG_LEVEL > 1