From f17f89aadc5e88880df0c852289e2fa5b04254ba Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Aug 2015 08:06:50 +0200 Subject: include: inline some use-once typedefs Change-Id: I064e95c72e5f67178cf2875f457adac241cee529 --- include/editeng/svxrtf.hxx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'include/editeng/svxrtf.hxx') diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx index 8e8276ffb063..1b795e280135 100644 --- a/include/editeng/svxrtf.hxx +++ b/include/editeng/svxrtf.hxx @@ -76,7 +76,6 @@ public: }; -typedef std::deque< Color* > SvxRTFColorTbl; typedef std::map> SvxRTFFontTbl; typedef std::map> SvxRTFStyleTbl; @@ -170,12 +169,12 @@ struct RTFPardAttrMapIds class EDITENG_DLLPUBLIC SvxRTFParser : public SvRTFParser { - SvStream &rStrm; - SvxRTFColorTbl aColorTbl; - SvxRTFFontTbl m_FontTable; - SvxRTFStyleTbl m_StyleTable; - SvxRTFItemStack aAttrStack; - SvxRTFItemStackList m_AttrSetList; + SvStream & rStrm; + std::deque< Color* > aColorTbl; + SvxRTFFontTbl m_FontTable; + SvxRTFStyleTbl m_StyleTable; + SvxRTFItemStack aAttrStack; + SvxRTFItemStackList m_AttrSetList; RTFPlainAttrMapIds aPlainMap; RTFPardAttrMapIds aPardMap; -- cgit