diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-06 13:40:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-07 07:32:58 +0100 |
commit | 4f5469ed0bb4dce1dc62180eb3d1c5e0257f6cc3 (patch) | |
tree | 056960d8f286313820939c7d1d2e4c4c63ab0a45 /sw/inc/editsh.hxx | |
parent | d0dd80c8afd83dcfe0788d1c428996a9d8a85fa0 (diff) |
loplugin:constparams in sw
Change-Id: Ie7aac013db4116aa9bd2caa4fc6b4bfad5cea733
Reviewed-on: https://gerrit.libreoffice.org/44356
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index c076ac7e8ba1..70250a85ac6c 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -824,7 +824,7 @@ public: void AutoFormat( const SvxSwAutoFormatFlags* pAFlags ); static SvxSwAutoFormatFlags* GetAutoFormatFlags(); - static void SetAutoFormatFlags(SvxSwAutoFormatFlags *); + static void SetAutoFormatFlags(SvxSwAutoFormatFlags const *); /// Calculates selection. OUString Calculate(); |