summaryrefslogtreecommitdiff
path: root/sd/inc/stlpool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/stlpool.hxx')
-rw-r--r--sd/inc/stlpool.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx
index a924c5d8a995..b8f238802067 100644
--- a/sd/inc/stlpool.hxx
+++ b/sd/inc/stlpool.hxx
@@ -47,6 +47,8 @@
#include <stlfamily.hxx>
#include <stlsheet.hxx>
+#include <sddllapi.h>
+
class SdStyleSheet;
class SdDrawDocument;
class SdPage;
@@ -82,7 +84,7 @@ public:
had to be created. This is used to assert errors in documents
when styles are missing.
*/
- void CreateLayoutStyleSheets(const String& rLayoutName, sal_Bool bCheck = sal_False );
+ SD_DLLPUBLIC void CreateLayoutStyleSheets(const String& rLayoutName, sal_Bool bCheck = sal_False );
void EraseLayoutStyleSheets(const String& rLayoutName);
List* CreateLayoutSheetNames(const String& rLayoutName) const;
void CreateLayoutSheetList(const String& rLayoutName, SdStyleSheetVector& rLayoutSheets);
@@ -150,6 +152,3 @@ private:
};
#endif // _SD_STLPOOL_HXX
-
-
-