From 2ff88c4a1b305bd0fcabd4d37b04920d15947291 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Thu, 19 Apr 2012 14:25:54 +0200 Subject: 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 --- sw/inc/swscanner.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sw/inc/swscanner.hxx') diff --git a/sw/inc/swscanner.hxx b/sw/inc/swscanner.hxx index 1bec6c2b7fb0..d1c6fe91e10f 100644 --- a/sw/inc/swscanner.hxx +++ b/sw/inc/swscanner.hxx @@ -30,7 +30,6 @@ #include #include -#include "swdllapi.h" class SwTxtNode; @@ -40,7 +39,7 @@ class SwTxtNode; * nacheinander zur Verfuegung stellt. *************************************************************************/ -class SW_DLLPUBLIC SwScanner +class SwScanner { rtl::OUString aWord; const SwTxtNode& rNode; -- cgit