diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-06 14:50:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-07 12:07:39 +0100 |
commit | 9610bab09361f506fd7b1a5f81d796a1f2c8afe4 (patch) | |
tree | a548ba147b488ea60230e27b62a57121836e113d /sd/source/ui/inc/pubdlg.hxx | |
parent | b35bb38f18fd94aa67af944f76b820d59380b78b (diff) |
loplugin:constparams in sd
Change-Id: Id4b68ca0509111396ed354f4cda43d663083cad0
Reviewed-on: https://gerrit.libreoffice.org/44388
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc/pubdlg.hxx')
-rw-r--r-- | sd/source/ui/inc/pubdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/pubdlg.hxx b/sd/source/ui/inc/pubdlg.hxx index dc4ecc68f70b..345c96de6908 100644 --- a/sd/source/ui/inc/pubdlg.hxx +++ b/sd/source/ui/inc/pubdlg.hxx @@ -173,7 +173,7 @@ private: bool Save(); void GetDesign( SdPublishingDesign* pDesign ); - void SetDesign( SdPublishingDesign* pDesign ); + void SetDesign( SdPublishingDesign const * pDesign ); void LoadPreviewButtons(); |