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/dpshttab.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/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx index 6ff443e7a037..38a0d589e235 100644 --- a/sc/inc/dpshttab.hxx +++ b/sc/inc/dpshttab.hxx @@ -75,8 +75,8 @@ public: SC_DLLPUBLIC void SetRangeName(const ::rtl::OUString& rName); SC_DLLPUBLIC const ::rtl::OUString& GetRangeName() const; bool HasRangeName() const; - SC_DLLPUBLIC void SetQueryParam(const ScQueryParam& rParam); - SC_DLLPUBLIC const ScQueryParam& GetQueryParam() const; + void SetQueryParam(const ScQueryParam& rParam); + const ScQueryParam& GetQueryParam() const; bool operator== ( const ScSheetSourceDesc& rOther ) const; SC_DLLPUBLIC const ScDPCache* CreateCache(const ScDPDimensionSaveData* pDimData) const; |