diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-06 16:35:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-07 09:52:26 +0200 |
commit | ffdd06c2237f7dd935581e43c08d079b6a4337cd (patch) | |
tree | 3cb4cd39dce525b344086c5609656e2d81a7f44c /include/svl | |
parent | 59f5f666a5085ae58a8dd164636a6bea47e6bddc (diff) |
SharedStringPool is always called with a CharClass
Change-Id: Ib2b9963a90a135998b6189fba521bd85f5579cf5
Reviewed-on: https://gerrit.libreoffice.org/58645
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/sharedstringpool.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/sharedstringpool.hxx b/include/svl/sharedstringpool.hxx index 88adc1b48b79..a2cae3a9a08c 100644 --- a/include/svl/sharedstringpool.hxx +++ b/include/svl/sharedstringpool.hxx @@ -34,7 +34,7 @@ class SVL_DLLPUBLIC SharedStringPool SharedStringPool& operator=( const SharedStringPool& ) = delete; public: - SharedStringPool( const CharClass* pCharClass ); + SharedStringPool( const CharClass& rCharClass ); ~SharedStringPool(); /** |