From a5be07d6b627a18f104e2feed063ff9020e8c610 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 18 Dec 2017 14:24:50 +0200 Subject: inline use-once typedefs Change-Id: I5c3ffc03c26b3428f1f336e6ecba7838a1cf1157 Reviewed-on: https://gerrit.libreoffice.org/46764 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svl/poolcach.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svl') diff --git a/include/svl/poolcach.hxx b/include/svl/poolcach.hxx index cfb148d30bd3..fe06ce416415 100644 --- a/include/svl/poolcach.hxx +++ b/include/svl/poolcach.hxx @@ -34,10 +34,10 @@ class SVL_DLLPUBLIC SfxItemPoolCache const SfxSetItem *pOrigItem; SfxSetItem *pPoolItem; }; - typedef std::vector SfxItemModifyArr_Impl; SfxItemPool *pPool; - SfxItemModifyArr_Impl m_aCache; + std::vector + m_aCache; const SfxItemSet *pSetToPut; const SfxPoolItem *pItemToPut; -- cgit