From 50097a8bb2be903d8a985f6f03f364567bf4643d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Aug 2015 15:13:20 +0200 Subject: basic,basctl: inline some use-once typedefs Change-Id: I60619a5bfe9507fb5ed24123f62f6b5c2f2c8712 --- basic/source/inc/symtbl.hxx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'basic/source/inc/symtbl.hxx') diff --git a/basic/source/inc/symtbl.hxx b/basic/source/inc/symtbl.hxx index bb8d1b7a8a91..2682eee31d19 100644 --- a/basic/source/inc/symtbl.hxx +++ b/basic/source/inc/symtbl.hxx @@ -49,17 +49,16 @@ public: }; -typedef boost::ptr_vector SbiSymbols; - class SbiSymPool { friend class SbiSymDef; friend class SbiProcDef; protected: SbiStringPool& rStrings; - SbiSymbols aData; - SbiSymPool* pParent; - SbiParser* pParser; - SbiSymScope eScope; + boost::ptr_vector + aData; + SbiSymPool* pParent; + SbiParser* pParser; + SbiSymScope eScope; sal_uInt16 nProcId; // for STATIC-variable sal_uInt16 nCur; // iterator public: -- cgit