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 /sc/inc/reffind.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 'sc/inc/reffind.hxx')
-rw-r--r-- | sc/inc/reffind.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/reffind.hxx b/sc/inc/reffind.hxx index 63dcf12c65e8..d45023d1ab18 100644 --- a/sc/inc/reffind.hxx +++ b/sc/inc/reffind.hxx @@ -36,7 +36,7 @@ class ScDocument; // ----------------------------------------------------------------------- -class ScRefFinder +class SC_DLLPUBLIC ScRefFinder { private: String aFormula; |