diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-12 16:40:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-12 21:08:45 +0200 |
commit | 6db32d598532fb0c43825fe61119d4d00f2ceb41 (patch) | |
tree | 7778f4dd8dfe7b3116d9c8d45cba20e811d0eb63 /sd/source/ui/inc | |
parent | 7e5c9220ef5d51ac23e618c5c9eeda9cf4339c88 (diff) |
loplugin:unusedmethods
Change-Id: I1e17e43bfe4a18034e9c0ff483097fe6ca0e777a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118782
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/custsdlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/inc/custsdlg.hxx b/sd/source/ui/inc/custsdlg.hxx index cd25983e9528..aa5f423396de 100644 --- a/sd/source/ui/inc/custsdlg.hxx +++ b/sd/source/ui/inc/custsdlg.hxx @@ -51,7 +51,6 @@ private: public: SdCustomShowDlg(weld::Window* pWindow, SdDrawDocument& rDrawDoc); virtual ~SdCustomShowDlg() override; - bool IsModified() const { return bModified; } bool IsCustomShow() const; }; |