summaryrefslogtreecommitdiffstats
path: root/include/svl/adrparse.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/adrparse.hxx')
-rw-r--r--include/svl/adrparse.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/svl/adrparse.hxx b/include/svl/adrparse.hxx
index b4e4f1b2e678..2213e26c66f5 100644
--- a/include/svl/adrparse.hxx
+++ b/include/svl/adrparse.hxx
@@ -42,16 +42,14 @@ struct SvAddressEntry_Impl
};
-typedef ::std::vector< SvAddressEntry_Impl* > SvAddressList_Impl;
-
-
class SVL_DLLPUBLIC SvAddressParser
{
friend class SvAddressParser_Impl;
SvAddressEntry_Impl m_aFirst;
- SvAddressList_Impl m_aRest;
- bool m_bHasFirst;
+ ::std::vector< SvAddressEntry_Impl* >
+ m_aRest;
+ bool m_bHasFirst;
public:
SvAddressParser(const OUString& rInput);