diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-23 11:25:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-23 14:59:04 +0200 |
commit | 53d0a6deffc425cdc4fc1382cb1cab2072b4f56b (patch) | |
tree | 90b32da169ad49a48eb6748812f7898286e9a3f4 /sc/inc/stlpool.hxx | |
parent | 5b518ab051cc04e672ceb01da42b06625a1a4ce9 (diff) |
loplugin:constparam in sc part2
Change-Id: I4fd18096d7d22d8c146a2437906187d5df1cb268
Reviewed-on: https://gerrit.libreoffice.org/41447
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/stlpool.hxx')
-rw-r--r-- | sc/inc/stlpool.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/stlpool.hxx b/sc/inc/stlpool.hxx index 7d75031fe2cd..1c5d40d5f542 100644 --- a/sc/inc/stlpool.hxx +++ b/sc/inc/stlpool.hxx @@ -29,7 +29,7 @@ class ScDocument; class SC_DLLPUBLIC ScStyleSheetPool : public SfxStyleSheetPool { public: - ScStyleSheetPool( SfxItemPool& rPool, + ScStyleSheetPool( const SfxItemPool& rPool, ScDocument* pDocument ); void SetDocument( ScDocument* pDocument ); |