summaryrefslogtreecommitdiff
path: root/sc/inc/dpsave.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/dpsave.hxx
parenteb526d8b258844b050e57251baa8034eb5d5787c (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/dpsave.hxx')
-rw-r--r--sc/inc/dpsave.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx
index 5dbfac5514b5..c4df4eda7b76 100644
--- a/sc/inc/dpsave.hxx
+++ b/sc/inc/dpsave.hxx
@@ -258,7 +258,7 @@ private:
public:
SC_DLLPUBLIC ScDPSaveData();
- SC_DLLPUBLIC ScDPSaveData(const ScDPSaveData& r);
+ ScDPSaveData(const ScDPSaveData& r);
SC_DLLPUBLIC ~ScDPSaveData();
ScDPSaveData& operator= ( const ScDPSaveData& r );
@@ -294,7 +294,7 @@ public:
* manages its life cycle; hence the caller must
* <i>not</i> delete this object.
*/
- SC_DLLPUBLIC ScDPSaveDimension* GetDimensionByName(const ::rtl::OUString& rName);
+ ScDPSaveDimension* GetDimensionByName(const ::rtl::OUString& rName);
SC_DLLPUBLIC ScDPSaveDimension* GetDataLayoutDimension();
SC_DLLPUBLIC ScDPSaveDimension* GetExistingDataLayoutDimension() const;
@@ -310,7 +310,7 @@ public:
ScDPSaveDimension* GetFirstDimension(::com::sun::star::sheet::DataPilotFieldOrientation eOrientation);
long GetDataDimensionCount() const;
- SC_DLLPUBLIC void SetPosition( ScDPSaveDimension* pDim, long nNew );
+ void SetPosition( ScDPSaveDimension* pDim, long nNew );
SC_DLLPUBLIC void SetColumnGrand( bool bSet );
bool GetColumnGrand() const
{ return bool(nColumnGrandMode); }
@@ -319,11 +319,11 @@ public:
bool GetRowGrand() const
{ return bool(nRowGrandMode); }
- SC_DLLPUBLIC void SetIgnoreEmptyRows( bool bSet );
+ void SetIgnoreEmptyRows( bool bSet );
bool GetIgnoreEmptyRows() const
{ return bool(nIgnoreEmptyMode); }
- SC_DLLPUBLIC void SetRepeatIfEmpty( bool bSet );
+ void SetRepeatIfEmpty( bool bSet );
bool GetRepeatIfEmpty() const
{ return bool(nRepeatEmptyMode); }