diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2011-03-04 21:18:25 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-03-04 21:18:25 -0800 |
commit | 943680d6f4ca53be460a2aa39d5a4d616413bf51 (patch) | |
tree | 4569e7f0a00919bb133c11f5506dedd5fb5c69b4 /sd/inc | |
parent | 2e3c45afc6c5ea74f1f8b4a7dce806e537870546 (diff) |
Remove usage of List container.
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/stlpool.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx index 93197a03c730..53b4a48d5a28 100644 --- a/sd/inc/stlpool.hxx +++ b/sd/inc/stlpool.hxx @@ -82,7 +82,7 @@ public: when styles are missing. */ SD_DLLPUBLIC void CreateLayoutStyleSheets(const String& rLayoutName, sal_Bool bCheck = sal_False ); - List* CreateLayoutSheetNames(const String& rLayoutName) const; + void CreateLayoutSheetNames(const String& rLayoutName, std::vector<String> &aNameList) const; void CreateLayoutSheetList(const String& rLayoutName, SdStyleSheetVector& rLayoutSheets); void CopyLayoutSheets(const String& rLayoutName, SdStyleSheetPool& rSourcePool, SdStyleSheetVector& rCreatedSheets ); void CopyGraphicSheets(SdStyleSheetPool& rSourcePool); |