summaryrefslogtreecommitdiff
path: root/sc/inc/scdll.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-07 18:37:50 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-07 18:40:25 +0200
commit69d46dd7a6adfffd71da055bb65108c80d27395f (patch)
tree3c9cd0e46c656584edc4ae65245ec32e18249bc1 /sc/inc/scdll.hxx
parent5b5301618fde17693f5299c2a55ae91fe8a12b11 (diff)
do not include contents of huge sc/sd/sw libs into tiny unittests
This decreases debug build dir size by about 0.5G for gcc and 1G for clang.
Diffstat (limited to 'sc/inc/scdll.hxx')
-rw-r--r--sc/inc/scdll.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/scdll.hxx b/sc/inc/scdll.hxx
index e446ea6f658f..1ed8c69597e9 100644
--- a/sc/inc/scdll.hxx
+++ b/sc/inc/scdll.hxx
@@ -39,6 +39,7 @@ class SfxFilter;
#include <sfx2/sfxdefs.hxx>
#include <sfx2/module.hxx>
#include <sfx2/docfac.hxx>
+#include "scdllapi.h"
/**
* This class is a wrapper for a Load-On-Demand-DLL. One instance per
@@ -47,7 +48,7 @@ class SfxFilter;
*
* Remember: Do export this class! It is used by the application.
*/
-class ScDLL
+class SC_DLLPUBLIC ScDLL
{
public:
// Ctor/Dtor must be linked to the application