diff options
Diffstat (limited to 'sc/inc/docpool.hxx')
-rw-r--r-- | sc/inc/docpool.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/docpool.hxx b/sc/inc/docpool.hxx index acfc1ab7e..918057a8e 100644 --- a/sc/inc/docpool.hxx +++ b/sc/inc/docpool.hxx @@ -32,12 +32,13 @@ #define SC_SCDOCPOL_HXX #include <svtools/itempool.hxx> +#include "scdllapi.h" class ScStyleSheet; //------------------------------------------------------------------------ -class ScDocumentPool: public SfxItemPool +class SC_DLLPUBLIC ScDocumentPool: public SfxItemPool { SfxPoolItem** ppPoolDefaults; SfxItemPool* pSecondary; |