summaryrefslogtreecommitdiff
path: root/sd/inc/stlpool.hxx
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2011-03-04 21:49:59 -0800
committerJoseph Powers <jpowers27@cox.net>2011-03-04 21:49:59 -0800
commitf3820a0e7cd12ce461a12831e77fd4f3befe9a01 (patch)
treed8280956afc07a3b4599ee5a5e033f2a66a35515 /sd/inc/stlpool.hxx
parent943680d6f4ca53be460a2aa39d5a4d616413bf51 (diff)
Remove usage of List container.
Diffstat (limited to 'sd/inc/stlpool.hxx')
-rw-r--r--sd/inc/stlpool.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx
index 53b4a48d5a28..b92177893fd4 100644
--- a/sd/inc/stlpool.hxx
+++ b/sd/inc/stlpool.hxx
@@ -50,6 +50,7 @@
class SdStyleSheet;
class SdDrawDocument;
class SdPage;
+class SfxStyleSheetBase;
typedef std::map< const SdPage*, SdStyleFamilyRef > SdStyleFamilyMap;
@@ -71,7 +72,7 @@ public:
SfxStyleSheetBase* GetTitleSheet(const String& rLayoutName);
// Caller muss Liste loeschen
- List* CreateOutlineSheetList(const String& rLayoutName);
+ void CreateOutlineSheetList(const String& rLayoutName, std::vector<SfxStyleSheetBase*> &rOutlineStyles);
/** creates all layout style sheets for the givin layout name if they
don't exist yet.