diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:23:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:38 +0100 |
commit | 28034eaf925aa50d379dd5cffccc20d7edc95aec (patch) | |
tree | 5cde1f141bc0ffc5cb04a12980d0c4bce69de0f0 /include/sfx2/sfxuno.hxx | |
parent | d930b6c2e6e3dfb9e1ed19b84a3137cc0cfbfd8c (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I7213b49b09ddcb00841aa5f63343baeab0e65fa4
Diffstat (limited to 'include/sfx2/sfxuno.hxx')
-rw-r--r-- | include/sfx2/sfxuno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sfxuno.hxx b/include/sfx2/sfxuno.hxx index 6d2e4937d18b..69ce86e9be6f 100644 --- a/include/sfx2/sfxuno.hxx +++ b/include/sfx2/sfxuno.hxx @@ -49,12 +49,12 @@ class SfxSlot ; SFX2_DLLPUBLIC void TransformParameters( sal_uInt16 nSlotId , const css::uno::Sequence< css::beans::PropertyValue >& seqArgs , SfxAllItemSet& aSet , - const SfxSlot* pSlot = 0 ); + const SfxSlot* pSlot = nullptr ); SFX2_DLLPUBLIC void TransformItems( sal_uInt16 nSlotId , const SfxItemSet& aSet , css::uno::Sequence< css::beans::PropertyValue >& seqArgs , - const SfxSlot* pSlot = 0 ); + const SfxSlot* pSlot = nullptr ); bool GetEncryptionData_Impl( const SfxItemSet* pSet, css::uno::Sequence< css::beans::NamedValue >& aEncryptionData ); |