summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-12 10:45:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-13 08:12:34 +0100
commitb4641df5de7842d6a8fc2c4f839214bf01160c8c (patch)
treeb4ad3b357ad956a7664715d61bd7da9cc568da01 /include/svl
parent753084a3f73bb8a88412feac7aa40a2750e6e9f3 (diff)
loplugin:unusedmethods
Change-Id: I8ad75d1251df4d6f8097aaa68e4ec92331e38ad4 Reviewed-on: https://gerrit.libreoffice.org/85077 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/rngitem.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/rngitem.hxx b/include/svl/rngitem.hxx
index 08404d83e6ef..7e8caf93742f 100644
--- a/include/svl/rngitem.hxx
+++ b/include/svl/rngitem.hxx
@@ -40,7 +40,6 @@ public:
OUString &rText,
const IntlWrapper& ) const override;
virtual SfxRangeItem* Clone( SfxItemPool *pPool = nullptr ) const override;
- sal_uInt16& From() { return nFrom; }
};