summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-30 09:43:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-30 12:57:58 +0100
commit437adaac0af448ef1ffe48a7f59f1770d2dd2458 (patch)
treeddcba2e2780583eaf37b87e57417649d92f7670b /editeng
parent4b850b204fbbe13e3ed11434f262dfabe528241a (diff)
loplugin:unusedmethods
Change-Id: Id0d68d659fa06a8230ed0d927b85b6b504525d1e Reviewed-on: https://gerrit.libreoffice.org/64328 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editeng.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/editeng/source/editeng/editeng.cxx b/editeng/source/editeng/editeng.cxx
index 32918b296b4a..89ee759b63f8 100644
--- a/editeng/source/editeng/editeng.cxx
+++ b/editeng/source/editeng/editeng.cxx
@@ -872,11 +872,6 @@ EditPaM EditEngine::CursorRight(const EditPaM& rPaM, sal_uInt16 nCharacterIterat
return pImpEditEngine->CursorRight(rPaM, nCharacterIteratorMode);
}
-sal_uInt16 EditEngine::GetOnePixelInRef() const
-{
- return pImpEditEngine->nOnePixelInRef;
-}
-
InternalEditStatus& EditEngine::GetInternalEditStatus()
{
return pImpEditEngine->GetStatus();