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 /lotuswordpro/inc | |
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 'lotuswordpro/inc')
-rw-r--r-- | lotuswordpro/inc/xfilter/xfutil.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
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); |