From 2675f26f1a155257bd1680a1e1a1ba58da8c4452 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 3 Mar 2017 11:27:32 +0200 Subject: remove unused CreateDefault methods Change-Id: Ifbdd7d41f0938e9a03693f88416792ff8087f8c2 Reviewed-on: https://gerrit.libreoffice.org/34850 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/xlnedcit.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/svx/xlnedcit.hxx') diff --git a/include/svx/xlnedcit.hxx b/include/svx/xlnedcit.hxx index bd53b8a3c60b..eb1aac54a761 100644 --- a/include/svx/xlnedcit.hxx +++ b/include/svx/xlnedcit.hxx @@ -29,7 +29,6 @@ class SVX_DLLPUBLIC XLineEndCenterItem : public SfxBoolItem { public: - static SfxPoolItem* CreateDefault(); XLineEndCenterItem(bool bEndCenter = false); XLineEndCenterItem(SvStream& rIn); virtual SfxPoolItem* Clone(SfxItemPool* pPool = nullptr) const override; -- cgit