summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/refundo.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/source/ui/inc/refundo.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/source/ui/inc/refundo.hxx')
-rw-r--r--sc/source/ui/inc/refundo.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/inc/refundo.hxx b/sc/source/ui/inc/refundo.hxx
index 58daeca392d2..25de386d023e 100644
--- a/sc/source/ui/inc/refundo.hxx
+++ b/sc/source/ui/inc/refundo.hxx
@@ -30,7 +30,6 @@
#define SC_REFUNDO_HXX
#include <tools/solar.h>
-#include "scdllapi.h"
class ScDocument;
class ScDBCollection;
@@ -58,7 +57,7 @@ private:
ScUnoRefList* pUnoRefs;
public:
- SC_DLLPUBLIC ScRefUndoData( const ScDocument* pDoc );
+ ScRefUndoData( const ScDocument* pDoc );
~ScRefUndoData();
void DeleteUnchanged( const ScDocument* pDoc );