summaryrefslogtreecommitdiff
path: root/sc/inc/clipparam.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-07 18:37:50 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-07 18:40:25 +0200
commit69d46dd7a6adfffd71da055bb65108c80d27395f (patch)
tree3c9cd0e46c656584edc4ae65245ec32e18249bc1 /sc/inc/clipparam.hxx
parent5b5301618fde17693f5299c2a55ae91fe8a12b11 (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/clipparam.hxx')
-rw-r--r--sc/inc/clipparam.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/clipparam.hxx b/sc/inc/clipparam.hxx
index 63b4c9aecf53..c7ecd2a85098 100644
--- a/sc/inc/clipparam.hxx
+++ b/sc/inc/clipparam.hxx
@@ -32,6 +32,7 @@
#include "rangelst.hxx"
#include "rangenam.hxx"
#include "charthelper.hxx"
+#include "scdllapi.h"
#include <vector>
@@ -50,7 +51,7 @@ struct ScClipParam
ScRangeListVector maProtectedChartRangesVector;
ScClipParam();
- ScClipParam(const ScRange& rRange, bool bCutMode);
+ SC_DLLPUBLIC ScClipParam(const ScRange& rRange, bool bCutMode);
explicit ScClipParam(const ScClipParam& r);
bool isMultiRange() const;