diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-04 16:23:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-04 20:20:45 +0200 |
commit | 5ecb947b3ad67300bae934dc011823d1989449b6 (patch) | |
tree | 51cc4675c79dfd560dd869523b79e1fc94fbf4bb /sw/inc/SwAppletImpl.hxx | |
parent | f7c59aaa078576a413846b7c8024e728818ca2be (diff) |
loplugin:constparams in sw part5
Change-Id: I6c33709aa407ccb3eee7026ab9b40dc4257de209
Reviewed-on: https://gerrit.libreoffice.org/40769
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/SwAppletImpl.hxx')
-rw-r--r-- | sw/inc/SwAppletImpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/SwAppletImpl.hxx b/sw/inc/SwAppletImpl.hxx index b0fdbbf77364..aaa600b2453e 100644 --- a/sw/inc/SwAppletImpl.hxx +++ b/sw/inc/SwAppletImpl.hxx @@ -48,7 +48,7 @@ class SwApplet_Impl public: static SwHtmlOptType GetOptionType( const OUString& rName, bool bApplet ); SwApplet_Impl( SfxItemPool& rPool ); - SwApplet_Impl( SfxItemSet& rSet ): aItemSet ( rSet) {} + SwApplet_Impl( SfxItemSet const & rSet ): aItemSet ( rSet) {} ~SwApplet_Impl(); void CreateApplet( const OUString& rCode, const OUString& rName, bool bMayScript, const OUString& rCodeBase, |