diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-14 12:26:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-15 12:53:17 +0200 |
commit | bb234655bfdd60c64a0511918f835c3cfbde789a (patch) | |
tree | 97466bbfcf32cfc6117efe8118df71858894dfda /editeng | |
parent | 7f5fd9d9ebffa692ba670f01f8f833657bb7745f (diff) |
loplugin:unusedmethods
Change-Id: I0226d33cbe224519cf2ed9ea5143ffe68fdbc884
Reviewed-on: https://gerrit.libreoffice.org/61775
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/editstt2.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editeng/source/editeng/editstt2.hxx b/editeng/source/editeng/editstt2.hxx index fe51f3b6168d..14efc6cf8be6 100644 --- a/editeng/source/editeng/editstt2.hxx +++ b/editeng/source/editeng/editstt2.hxx @@ -59,9 +59,6 @@ public: bool IsOutliner2() const { return bool( nControlBits & EEControlBits::OUTLINER2 ); } - bool IsAnyOutliner() const - { return IsOutliner() || IsOutliner2(); } - bool DoNotUseColors() const { return bool( nControlBits & EEControlBits::NOCOLORS ); } |