From 943680d6f4ca53be460a2aa39d5a4d616413bf51 Mon Sep 17 00:00:00 2001 From: Rafael Dominguez Date: Fri, 4 Mar 2011 21:18:25 -0800 Subject: Remove usage of List container. --- sd/inc/stlpool.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/inc') 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 &aNameList) const; void CreateLayoutSheetList(const String& rLayoutName, SdStyleSheetVector& rLayoutSheets); void CopyLayoutSheets(const String& rLayoutName, SdStyleSheetPool& rSourcePool, SdStyleSheetVector& rCreatedSheets ); void CopyGraphicSheets(SdStyleSheetPool& rSourcePool); -- cgit