diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-17 10:02:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-17 15:14:36 +0200 |
commit | b40068d55dd52f337b0a0da4c876ae4e4473eaec (patch) | |
tree | 290a7f39e9bfdaad75dd416216b1bd1e36d1de91 /editeng/source | |
parent | 6d37ae12052dfccaa6e081d18297ca1d4cdd9e79 (diff) |
loplugin:unusedmethods
Change-Id: I73de303f93b3557881dbb84d6d11d89f193da010
Reviewed-on: https://gerrit.libreoffice.org/61868
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng/source')
-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 14efc6cf8be6..cf7dc7a787e1 100644 --- a/editeng/source/editeng/editstt2.hxx +++ b/editeng/source/editeng/editstt2.hxx @@ -56,9 +56,6 @@ public: bool IsOutliner() const { return bool( nControlBits & EEControlBits::OUTLINER ); } - bool IsOutliner2() const - { return bool( nControlBits & EEControlBits::OUTLINER2 ); } - bool DoNotUseColors() const { return bool( nControlBits & EEControlBits::NOCOLORS ); } |