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 /sc/inc/global.hxx | |
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 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 6172652978f7..ac10094ab4d1 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -609,7 +609,7 @@ public: static bool HasStarCalcFunctionList(); static ScFunctionList* GetStarCalcFunctionList(); - SC_DLLPUBLIC static ScFunctionMgr* GetStarCalcFunctionMgr(); + static ScFunctionMgr* GetStarCalcFunctionMgr(); static void ResetFunctionList(); static String GetErrorString(sal_uInt16 nErrNumber); |