diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-12-17 07:50:58 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2010-12-17 07:50:58 -0800 |
commit | c9a4bfd9e3e64419bc8bdd007ac18e1d15fd6103 (patch) | |
tree | 3e6e9a6daf4dfd2f47948b25aa151bad444c85cc /sfx2/inc | |
parent | 6c3f364f91ab750045fdc07f62996448551af471 (diff) |
Remove DECLARE_LIST( AddressList_Impl, AddressItemPtr_Impl )
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/mailmodelapi.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/inc/mailmodelapi.hxx b/sfx2/inc/mailmodelapi.hxx index 7118f916cb07..6abe5f987597 100644 --- a/sfx2/inc/mailmodelapi.hxx +++ b/sfx2/inc/mailmodelapi.hxx @@ -35,9 +35,11 @@ #include <tools/string.hxx> #include "sfx2/dllapi.h" -// class SfxMailModel_Impl ----------------------------------------------- +// class AddressList_Impl ------------------------------------------------ +typedef String* AddressItemPtr_Impl; +typedef ::std::vector< AddressItemPtr_Impl > AddressList_Impl; -class AddressList_Impl; +// class SfxMailModel_Impl ----------------------------------------------- class SFX2_DLLPUBLIC SfxMailModel { |