diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-07 11:36:20 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-09-07 11:36:20 +0200 |
commit | 15da84c9c3a5323075c5e97ccd595a130f54cf20 (patch) | |
tree | a44ab237c892ccfbbddabeac7d47a7bf2a977553 /sw/source/uibase/inc/swwrtshitem.hxx | |
parent | c158c00489d35af7f5f9278b8ee545678d6a42e5 (diff) |
loplugin:constantparam in sw
Change-Id: I16badc615e98202668b1b201035b5137cb94c10c
Diffstat (limited to 'sw/source/uibase/inc/swwrtshitem.hxx')
-rw-r--r-- | sw/source/uibase/inc/swwrtshitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/swwrtshitem.hxx b/sw/source/uibase/inc/swwrtshitem.hxx index 39003198854a..dcdb04dbda46 100644 --- a/sw/source/uibase/inc/swwrtshitem.hxx +++ b/sw/source/uibase/inc/swwrtshitem.hxx @@ -28,7 +28,7 @@ class SW_DLLPUBLIC SwWrtShellItem: public SfxPoolItem SwWrtShell* pWrtSh; public: - SwWrtShellItem( sal_uInt16 nWhich , SwWrtShell* pWrtSh); + SwWrtShellItem( SwWrtShell* pWrtSh ); SwWrtShellItem( const SwWrtShellItem& ); virtual bool operator==( const SfxPoolItem& ) const override; |