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/docufld.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/docufld.hxx')
-rw-r--r-- | sw/inc/docufld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index b110d681edeb..f2ed7f6419d1 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -229,7 +229,7 @@ public: Filename --------------------------------------------------------------------*/ -class SwFileNameFieldType : public SwFieldType +class SW_DLLPUBLIC SwFileNameFieldType : public SwFieldType { SwDoc *pDoc; public: |