summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfribptr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-29 15:51:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-30 07:21:54 +0100
commitc26f644db80e10f755911d277aac0e1d42731d29 (patch)
tree0e29bad26101cdfdebcd3d385e02154243564ffa /lotuswordpro/source/filter/lwpfribptr.hxx
parent5ecc8e79d84c985fc5835b941924541c135eeeec (diff)
loplugin:unusedmethods
Change-Id: I9188f4579900d7eec375754aa94d21ac4e8456e2 Reviewed-on: https://gerrit.libreoffice.org/45504 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribptr.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribptr.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfribptr.hxx b/lotuswordpro/source/filter/lwpfribptr.hxx
index de77b34e71a7..58cb3fae2079 100644
--- a/lotuswordpro/source/filter/lwpfribptr.hxx
+++ b/lotuswordpro/source/filter/lwpfribptr.hxx
@@ -84,7 +84,6 @@ public:
XFParagraph* GetXFPara(){return m_pXFPara;}
void SetPara(LwpPara* para){m_pPara=para;}
void RegisterStyle();
- void FindLayouts();// for register pagelayout
LwpFrib* GetFribs(){return m_pFribs;}
LwpFrib* HasFrib(sal_uInt8 nType);
bool ComparePagePosition(LwpVirtualLayout const * pPreLayout, LwpVirtualLayout const * pNextLayout);