summaryrefslogtreecommitdiff
path: root/forms/source/component/Filter.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:15:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:26 +0100
commit11d365241808405483b79efd7879fa04bee8945e (patch)
treefae079e798f502f1766fa11a9db0b75fd5c44533 /forms/source/component/Filter.cxx
parent3cdda9af2c12a9ae2a1f0bdf8ca898f1f5c69bfb (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Ic67c3138ca66c6b6d6fcf76b09d4581e23f51f8d
Diffstat (limited to 'forms/source/component/Filter.cxx')
-rw-r--r--forms/source/component/Filter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/Filter.cxx b/forms/source/component/Filter.cxx
index 720750a37eef..e23009b6fd6f 100644
--- a/forms/source/component/Filter.cxx
+++ b/forms/source/component/Filter.cxx
@@ -759,8 +759,8 @@ namespace frm
PropertyValue aProp;
NamedValue aValue;
- const OUString* pName = NULL;
- const Any* pValue = NULL;
+ const OUString* pName = nullptr;
+ const Any* pValue = nullptr;
Reference< XPropertySet > xControlModel;
if (aArguments.getLength() == 3