diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-04-19 14:25:54 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-04-19 14:29:14 +0200 |
commit | 2ff88c4a1b305bd0fcabd4d37b04920d15947291 (patch) | |
tree | 54c92ea127edbf7f351dcd1c123acb47427db889 /sd/inc | |
parent | eb526d8b258844b050e57251baa8034eb5d5787c (diff) |
Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"
The need to export symbols for tests is apparently not considered worth
the big extra disk space.
This reverts commit 69d46dd7a6adfffd71da055bb65108c80d27395f.
Conflicts:
sd/CppunitTest_sd_uimpress.mk
sw/CppunitTest_sw_swdoc_test.mk
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/drawdoc.hxx | 2 | ||||
-rw-r--r-- | sd/inc/sddll.hxx | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 65aec092af29..700fa9c287c3 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -216,7 +216,7 @@ public: TYPEINFO(); - SD_DLLPUBLIC SdDrawDocument(DocumentType eType, SfxObjectShell* pDocSh); + SdDrawDocument(DocumentType eType, SfxObjectShell* pDocSh); ~SdDrawDocument(); virtual SdrModel* AllocModel() const; diff --git a/sd/inc/sddll.hxx b/sd/inc/sddll.hxx index 7f432b70a32a..642d655418db 100644 --- a/sd/inc/sddll.hxx +++ b/sd/inc/sddll.hxx @@ -31,7 +31,6 @@ #include <sfx2/module.hxx> #include <sfx2/sfxdefs.hxx> -#include "sddllapi.h" class SvFactory; class SotFactory; @@ -49,7 +48,7 @@ class SfxFilter; |* \************************************************************************/ -class SD_DLLPUBLIC SdDLL +class SdDLL { protected: static void RegisterFactorys(); |