From 96e67461c8b451f3a313bcc973ac49c5e49537c0 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 4 Oct 2017 18:16:19 +0900 Subject: svl: Remove unnecessary abstraction of SfxImpStringList Change-Id: Idbf1bf08f89f0fd1e92ad8f0d93d325267d19416 Reviewed-on: https://gerrit.libreoffice.org/43120 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svl/slstitm.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include') diff --git a/include/svl/slstitm.hxx b/include/svl/slstitm.hxx index 22b36293ee85..c22a5bf6bf20 100644 --- a/include/svl/slstitm.hxx +++ b/include/svl/slstitm.hxx @@ -26,12 +26,9 @@ #include #include -class SfxImpStringList; - class SVL_DLLPUBLIC SfxStringListItem : public SfxPoolItem { -protected: - std::shared_ptr pImpl; + std::shared_ptr> mpList; public: static SfxPoolItem* CreateDefault(); -- cgit