diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-04-07 18:37:50 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-04-07 18:40:25 +0200 |
commit | 69d46dd7a6adfffd71da055bb65108c80d27395f (patch) | |
tree | 3c9cd0e46c656584edc4ae65245ec32e18249bc1 /sw/inc/swdll.hxx | |
parent | 5b5301618fde17693f5299c2a55ae91fe8a12b11 (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 'sw/inc/swdll.hxx')
-rw-r--r-- | sw/inc/swdll.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/swdll.hxx b/sw/inc/swdll.hxx index 154f67062b8d..6f4bde8ff3c9 100644 --- a/sw/inc/swdll.hxx +++ b/sw/inc/swdll.hxx @@ -30,6 +30,7 @@ #include <sfx2/sfxdefs.hxx> #include <sfx2/module.hxx> +#include "swdllapi.h" namespace sw { class Filters; } @@ -40,7 +41,7 @@ namespace sw { class Filters; } */ namespace SwGlobals { - void ensure(); + SW_DLLPUBLIC void ensure(); sw::Filters & getFilters(); } |