From 8355de8778d67464fb654c37f9c120561da31a28 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 7 Nov 2018 16:10:27 +0200 Subject: loplugin:unusedmethods Change-Id: Id5cddc6d85e227f18d10d7af6a8d4b25c40ab9f3 Reviewed-on: https://gerrit.libreoffice.org/63026 Tested-by: Jenkins Reviewed-by: Noel Grandin --- editeng/inc/editdoc.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'editeng/inc') diff --git a/editeng/inc/editdoc.hxx b/editeng/inc/editdoc.hxx index aafeb0c81378..881fc474ae33 100644 --- a/editeng/inc/editdoc.hxx +++ b/editeng/inc/editdoc.hxx @@ -429,8 +429,6 @@ public: sal_Unicode GetExtraValue() const { return nExtraValue; } void SetExtraValue( sal_Unicode n ) { nExtraValue = n; } - bool HasValidSize() const { return aOutSz.Width() != -1; } - ExtraPortionInfo* GetExtraInfos() const { return xExtraInfos.get(); } void SetExtraInfos( ExtraPortionInfo* p ) { xExtraInfos.reset(p); } }; -- cgit