summaryrefslogtreecommitdiff
path: root/sw/inc
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 /sw/inc
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 'sw/inc')
-rw-r--r--sw/inc/docufld.hxx2
-rw-r--r--sw/inc/swdll.hxx3
-rw-r--r--sw/inc/swscanner.hxx3
3 files changed, 3 insertions, 5 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx
index f2ed7f6419d1..b110d681edeb 100644
--- a/sw/inc/docufld.hxx
+++ b/sw/inc/docufld.hxx
@@ -229,7 +229,7 @@ public:
Filename
--------------------------------------------------------------------*/
-class SW_DLLPUBLIC SwFileNameFieldType : public SwFieldType
+class SwFileNameFieldType : public SwFieldType
{
SwDoc *pDoc;
public:
diff --git a/sw/inc/swdll.hxx b/sw/inc/swdll.hxx
index 6f4bde8ff3c9..154f67062b8d 100644
--- a/sw/inc/swdll.hxx
+++ b/sw/inc/swdll.hxx
@@ -30,7 +30,6 @@
#include <sfx2/sfxdefs.hxx>
#include <sfx2/module.hxx>
-#include "swdllapi.h"
namespace sw { class Filters; }
@@ -41,7 +40,7 @@ namespace sw { class Filters; }
*/
namespace SwGlobals
{
- SW_DLLPUBLIC void ensure();
+ void ensure();
sw::Filters & getFilters();
}
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 <i18npool/lang.h>
#include <modeltoviewhelper.hxx>
-#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;