From b40068d55dd52f337b0a0da4c876ae4e4473eaec Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 17 Oct 2018 10:02:30 +0200 Subject: loplugin:unusedmethods Change-Id: I73de303f93b3557881dbb84d6d11d89f193da010 Reviewed-on: https://gerrit.libreoffice.org/61868 Tested-by: Jenkins Reviewed-by: Noel Grandin --- lotuswordpro/inc/xfilter/xfutil.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lotuswordpro/inc') diff --git a/lotuswordpro/inc/xfilter/xfutil.hxx b/lotuswordpro/inc/xfilter/xfutil.hxx index 31259acc7568..40da6bdd5cb8 100644 --- a/lotuswordpro/inc/xfilter/xfutil.hxx +++ b/lotuswordpro/inc/xfilter/xfutil.hxx @@ -69,14 +69,10 @@ OUString GetTableColName(sal_Int32 col); OUString GetUnderlineName(enumXFUnderline type); -OUString GetReliefName(enumXFRelief type); - OUString GetCrossoutName(enumXFCrossout type); OUString GetTransformName(enumXFTransform type); -OUString GetEmphasizeName(enumXFEmphasize type); - OUString GetTextDirName(enumXFTextDir dir); OUString GetFrameXPos(enumXFFrameXPos pos); -- cgit