From 2b26d152227b39f8dd78db56a10817a4b3c7c259 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 4 Dec 2017 23:35:01 +0200 Subject: Bin a typedef used just once Change-Id: I8591b1d872a729402ea6045d2a17dc691fa66788 Reviewed-on: https://gerrit.libreoffice.org/45841 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- xmloff/source/style/xmlstyle.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx index 8fc93bb12e10..262dce7f32a3 100644 --- a/xmloff/source/style/xmlstyle.cxx +++ b/xmloff/source/style/xmlstyle.cxx @@ -235,10 +235,9 @@ struct SvXMLStyleIndexCmp_Impl class SvXMLStylesContext_Impl { - typedef std::vector> StylesType; typedef std::set IndicesType; - StylesType aStyles; + std::vector> aStyles; mutable std::unique_ptr pIndices; bool bAutomaticStyle; -- cgit