summaryrefslogtreecommitdiff
path: root/cui/source/inc/iconcdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-31 15:13:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-31 19:42:10 +0200
commit4a4412f70cd07baa8e67dd92dc1c403455bfe3a4 (patch)
tree89bf5afd5528229467b05548cbfd1cc59f5f25cf /cui/source/inc/iconcdlg.hxx
parentee9e027de092b91e97e4d280f26bd8c73bae602a (diff)
loplugin:constparams in cui
Change-Id: I5f3e4ba8d953bbce22c3c359bb1c3ae2ac47eb1d Reviewed-on: https://gerrit.libreoffice.org/40593 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/iconcdlg.hxx')
-rw-r--r--cui/source/inc/iconcdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx
index 7efc4e48504e..2c82ead2534c 100644
--- a/cui/source/inc/iconcdlg.hxx
+++ b/cui/source/inc/iconcdlg.hxx
@@ -129,8 +129,8 @@ private:
void FocusOnIcon ( sal_uInt16 nId );
protected:
- static void ShowPageImpl ( IconChoicePageData* pData );
- static void HidePageImpl ( IconChoicePageData* pData );
+ static void ShowPageImpl ( IconChoicePageData const * pData );
+ static void HidePageImpl ( IconChoicePageData const * pData );
virtual void PageCreated( sal_uInt16 nId, IconChoicePage& rPage );
IconChoicePage* GetTabPage( sal_uInt16 nPageId )