summaryrefslogtreecommitdiff
path: root/sd/inc/stlpool.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-04-16 09:23:12 +0200
committerDavid Tardon <dtardon@redhat.com>2015-04-16 09:23:12 +0200
commita21118b0492c6424b4cccaf588ab73cbf9423a18 (patch)
treee480c8a732e056fcedbbd4815fd529fc3d1cfb15 /sd/inc/stlpool.hxx
parent6b846cad777307c73d735b553153004170ef01c0 (diff)
fix windows build
error C2487: member of dll interface class may not be declared with dll interface Change-Id: I63898789eb9c9ee767a5c72e31156e23d50c81fb
Diffstat (limited to 'sd/inc/stlpool.hxx')
-rw-r--r--sd/inc/stlpool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx
index 2303c7f61d2d..4138c977522a 100644
--- a/sd/inc/stlpool.hxx
+++ b/sd/inc/stlpool.hxx
@@ -74,7 +74,7 @@ public:
had to be created. This is used to assert errors in documents
when styles are missing.
*/
- SD_DLLPUBLIC void CreateLayoutStyleSheets(const OUString& rLayoutName, bool bCheck = false );
+ void CreateLayoutStyleSheets(const OUString& rLayoutName, bool bCheck = false );
void CreateLayoutSheetNames(const OUString& rLayoutName, std::vector<OUString> &aNameList) const;
void CreateLayoutSheetList(const OUString& rLayoutName, SdStyleSheetVector& rLayoutSheets);
void CopyLayoutSheets(const OUString& rLayoutName, SdStyleSheetPool& rSourcePool, SdStyleSheetVector& rCreatedSheets );