diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-29 14:39:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-29 19:51:19 +0200 |
commit | f8a900e81e397cbee9837312d16210b39443c850 (patch) | |
tree | c6f9e6578fdbae8f446666a0c8c4fbbdea8a037d /sc/source/ui/optdlg | |
parent | 4e70d0b6bf4c07734b11bc2df155ccdc9fc6874b (diff) |
loplugin:constparam in sc part9
Change-Id: If5bd37c48ee99210eb8f8a432b87a5e5235865bd
Reviewed-on: https://gerrit.libreoffice.org/41702
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/optdlg')
-rw-r--r-- | sc/source/ui/optdlg/tpdefaults.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/optdlg/tpdefaults.cxx b/sc/source/ui/optdlg/tpdefaults.cxx index bcc26d5aa5e9..a789d0b83db6 100644 --- a/sc/source/ui/optdlg/tpdefaults.cxx +++ b/sc/source/ui/optdlg/tpdefaults.cxx @@ -113,7 +113,7 @@ void ScTpDefaultsOptions::CheckPrefix(Edit* pEdit) } } -void ScTpDefaultsOptions::OnFocusPrefixInput(Edit* pEdit) +void ScTpDefaultsOptions::OnFocusPrefixInput(const Edit* pEdit) { if (!pEdit) return; |