diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-07 13:42:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-08 08:44:32 +0100 |
commit | bb7ade140df807b6a0f12766a1365b8f8d0fd342 (patch) | |
tree | d90de305c953a613373d27f8f89bb95c43ee9eb4 /editeng | |
parent | 44d5188b2fd8afc82aa8fda1ad4b374734129aea (diff) |
loplugin:unusedmethods
Change-Id: Id6b4edd265cb6bef31c72e2a0a440211d51c7c33
Reviewed-on: https://gerrit.libreoffice.org/50900
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/outliner/outliner.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx index 26fb338b5424..e3ed742d0e79 100644 --- a/editeng/source/outliner/outliner.cxx +++ b/editeng/source/outliner/outliner.cxx @@ -371,11 +371,6 @@ void Outliner::SetHoriAlignIgnoreTrailingWhitespace(bool bEnabled) pEditEngine->SetHoriAlignIgnoreTrailingWhitespace( bEnabled ); } -bool Outliner::IsHoriAlignIgnoreTrailingWhitespace() const -{ - return pEditEngine->IsHoriAlignIgnoreTrailingWhitespace(); -} - OutlinerParaObject* Outliner::CreateParaObject( sal_Int32 nStartPara, sal_Int32 nCount ) const { if ( static_cast<sal_uLong>(nStartPara) + nCount > |