diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-27 14:49:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-28 07:08:47 +0000 |
commit | 89687d651eabcf64816c1b25defe38c7b68dd468 (patch) | |
tree | aa7e6f0848424d408a992815feab4f3e6ee6495d /sd/inc/cusshow.hxx | |
parent | 24360897c05da1ff7c4854ba192eb98466f4499b (diff) |
loplugin:expandablemethods in sd
Change-Id: I87a537928bdf42285448bba7cb50c497f2637c3c
Reviewed-on: https://gerrit.libreoffice.org/30330
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc/cusshow.hxx')
-rw-r--r-- | sd/inc/cusshow.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/inc/cusshow.hxx b/sd/inc/cusshow.hxx index 006a050b6f86..a6edd3005d88 100644 --- a/sd/inc/cusshow.hxx +++ b/sd/inc/cusshow.hxx @@ -59,8 +59,6 @@ public: * If pNewPage is 0 then removes all occurrences of pOldPage. */ void ReplacePage( const SdPage* pOldPage, const SdPage* pNewPage ); - /** Removes all occurrences of pPage. */ - void RemovePage( const SdPage* pPage ); void SetName(const OUString& rName); const OUString& GetName() const { return aName;} |