summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/formcontrolcontainer.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:14:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:25 +0100
commitf19dda5a55156afda2c6dde6c51c455cc5657fc2 (patch)
treea0ec501f676cf5ec67aaf0eb3b8572dc1bad0db0 /extensions/source/bibliography/formcontrolcontainer.hxx
parente1e967a1bb0f4e4fac50f353c990389ccc73a053 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I5bbef6c88255f3e8c740a5239a5010cf1251b7fa
Diffstat (limited to 'extensions/source/bibliography/formcontrolcontainer.hxx')
-rw-r--r--extensions/source/bibliography/formcontrolcontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/formcontrolcontainer.hxx b/extensions/source/bibliography/formcontrolcontainer.hxx
index 4a9d37567a66..e5ce19c0682f 100644
--- a/extensions/source/bibliography/formcontrolcontainer.hxx
+++ b/extensions/source/bibliography/formcontrolcontainer.hxx
@@ -42,7 +42,7 @@ namespace bib
FormControlContainer( );
virtual ~FormControlContainer( );
- bool isFormConnected() const { return NULL != m_pFormAdapter; }
+ bool isFormConnected() const { return nullptr != m_pFormAdapter; }
void connectForm( const css::uno::Reference< css::form::XLoadable >& _rxForm );
void disconnectForm();