diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2011-06-05 09:18:31 -0430 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-06-10 18:46:42 +0200 |
commit | 06c54a8d8e17eefc9644ba44542c71bc72f72068 (patch) | |
tree | e489abf3e6fa4fab28d6142db909da71db355ac0 /sd/source/filter/ppt/pptin.hxx | |
parent | 418e1c560a9c6c68a1918e8a9b95ef276ce78ab1 (diff) |
Replace List for std::vector<String>.
Diffstat (limited to 'sd/source/filter/ppt/pptin.hxx')
-rw-r--r-- | sd/source/filter/ppt/pptin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/pptin.hxx b/sd/source/filter/ppt/pptin.hxx index 2f38ff74d444..78f09d7bf89d 100644 --- a/sd/source/filter/ppt/pptin.hxx +++ b/sd/source/filter/ppt/pptin.hxx @@ -61,7 +61,7 @@ class ImplSdPPTImport : public SdrPowerPointImport SvStorage& mrStorage; // SvStream* mpPicStream; DffRecordHeader maDocHd; - List maSlideNameList; + std::vector<String> maSlideNameList; sal_Bool mbDocumentFound; sal_uInt32 mnFilterOptions; SdDrawDocument* mpDoc; |