diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-01-24 19:37:57 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-01-24 19:37:57 -0800 |
commit | 5772e5eca11eff0b5fdf7415d57590da04bfd257 (patch) | |
tree | b15c53f5a41e8856b6c293193c3c5f8127225f9f /rsc/inc | |
parent | eb841ee60977024af788f8c5821d8c5558faad4b (diff) |
Remove DECLARE_LIST( RscSysList, RscSysEntry * )
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscdb.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index de2b026d4f35..8f939e33f3e1 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -68,7 +68,8 @@ struct RscSysEntry sal_uInt32 nTyp; sal_uInt32 nRefId; }; -DECLARE_LIST( RscSysList, RscSysEntry * ) + +typedef ::std::vector< RscSysEntry* > RscSysList; class RscTypCont { |