summaryrefslogtreecommitdiffstats
path: root/sc/inc/pivot.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-19 14:25:54 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-19 14:29:14 +0200
commit2ff88c4a1b305bd0fcabd4d37b04920d15947291 (patch)
tree54c92ea127edbf7f351dcd1c123acb47427db889 /sc/inc/pivot.hxx
parentchange strange way of testing a bool (diff)
downloadcore-2ff88c4a1b305bd0fcabd4d37b04920d15947291.tar.gz
core-2ff88c4a1b305bd0fcabd4d37b04920d15947291.zip
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/pivot.hxx')
-rw-r--r--sc/inc/pivot.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx
index 1484ad474c23..27f3dbc38c2a 100644
--- a/sc/inc/pivot.hxx
+++ b/sc/inc/pivot.hxx
@@ -105,9 +105,9 @@ struct ScPivotParam
bool bMakeTotalCol;
bool bMakeTotalRow;
- SC_DLLPUBLIC ScPivotParam();
+ ScPivotParam();
ScPivotParam( const ScPivotParam& r );
- SC_DLLPUBLIC ~ScPivotParam();
+ ~ScPivotParam();
ScPivotParam& operator= ( const ScPivotParam& r );
bool operator== ( const ScPivotParam& r ) const;