diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-15 16:43:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-16 09:05:08 +0200 |
commit | 8611689f0df73daeebb261b0c06c8a1727c17fe3 (patch) | |
tree | 799ae23e4aa5b19402bfcb44757495bb35db9eac /sd | |
parent | 196f46db1b5dfddda6972a6b738d8b77b6c3601e (diff) |
loplugin:unusedmethods
Change-Id: I10c291788061ec8467126a0dc719e20fb3cf47ec
Reviewed-on: https://gerrit.libreoffice.org/54386
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/table/TableDesignPane.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/table/TableDesignPane.hxx b/sd/source/ui/table/TableDesignPane.hxx index 8c631dceeb3b..1111149ce0ae 100644 --- a/sd/source/ui/table/TableDesignPane.hxx +++ b/sd/source/ui/table/TableDesignPane.hxx @@ -78,9 +78,6 @@ public: void ApplyOptions(); void ApplyStyle(); - bool isStyleChanged() const { return mbStyleSelected; } - bool isOptionsChanged() const { return mbOptionsChanged; } - private: void addListener(); void removeListener(); |