summaryrefslogtreecommitdiff
path: root/sd/inc
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 /sd/inc
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 'sd/inc')
-rw-r--r--sd/inc/drawdoc.hxx2
-rw-r--r--sd/inc/sddll.hxx3
2 files changed, 3 insertions, 2 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 05abd620878f..8ff0d3db1f36 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -218,7 +218,7 @@ public:
TYPEINFO();
- SdDrawDocument(DocumentType eType, SfxObjectShell* pDocSh);
+ SD_DLLPUBLIC SdDrawDocument(DocumentType eType, SfxObjectShell* pDocSh);
~SdDrawDocument();
virtual SdrModel* AllocModel() const;
diff --git a/sd/inc/sddll.hxx b/sd/inc/sddll.hxx
index 642d655418db..7f432b70a32a 100644
--- a/sd/inc/sddll.hxx
+++ b/sd/inc/sddll.hxx
@@ -31,6 +31,7 @@
#include <sfx2/module.hxx>
#include <sfx2/sfxdefs.hxx>
+#include "sddllapi.h"
class SvFactory;
class SotFactory;
@@ -48,7 +49,7 @@ class SfxFilter;
|*
\************************************************************************/
-class SdDLL
+class SD_DLLPUBLIC SdDLL
{
protected:
static void RegisterFactorys();