summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-11 14:45:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-12 13:23:27 +0200
commit569f7a4adefdfce9be82499d8449e808bfad06c6 (patch)
treec737644b65469b07bf4ee539eae2fdab1a6295fe /cui
parentc5a9da1e47dffcf7c15229612bcdd48d7491ce3d (diff)
loplugin:unusedmethods
Change-Id: I0f96c41ab61bd4bfaf6c36d78d0a2ca768da0032 Reviewed-on: https://gerrit.libreoffice.org/60314 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/numpages.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx
index e3f24ca4aa34..d4d3ffb7e8aa 100644
--- a/cui/source/inc/numpages.hxx
+++ b/cui/source/inc/numpages.hxx
@@ -59,8 +59,6 @@ class SvxNumberingPreview : public vcl::Window
void SetNumRule(const SvxNumRule* pNum)
{pActNum = pNum; Invalidate();};
- void SetPositionMode()
- { bPosition = true;}
void SetLevel(sal_uInt16 nSet) {nActLevel = nSet;}
};