Kaydet (Commit) 2b26d152 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin a typedef used just once

Change-Id: I8591b1d872a729402ea6045d2a17dc691fa66788
Reviewed-on: https://gerrit.libreoffice.org/45841Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
Tested-by: 's avatarTor Lillqvist <tml@collabora.com>
üst 9984b348
......@@ -235,10 +235,9 @@ struct SvXMLStyleIndexCmp_Impl
class SvXMLStylesContext_Impl
{
typedef std::vector<rtl::Reference<SvXMLStyleContext>> StylesType;
typedef std::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl> IndicesType;
StylesType aStyles;
std::vector<rtl::Reference<SvXMLStyleContext>> aStyles;
mutable std::unique_ptr<IndicesType> pIndices;
bool bAutomaticStyle;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment