summaryrefslogtreecommitdiff
path: root/sw/inc/expfld.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-04-15 13:36:28 +0200
committerDavid Tardon <dtardon@redhat.com>2015-04-16 08:37:58 +0200
commitadd2ca7b3ab10ed9d18e60d8e50020168d922836 (patch)
tree65efcbb0de2a5cc59f61a6b22265510ec3afd53d /sw/inc/expfld.hxx
parent2a88873e96d5aa916146a74c20b34b2715418350 (diff)
make more classes dllpublic
... to fix asan+ubsan+dbgutil build Change-Id: I1400774d383879bbff9bf28251a104cd53bafaed
Diffstat (limited to 'sw/inc/expfld.hxx')
-rw-r--r--sw/inc/expfld.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx
index e58953cc7380..a1ad125c0cff 100644
--- a/sw/inc/expfld.hxx
+++ b/sw/inc/expfld.hxx
@@ -70,7 +70,7 @@ public:
void Clear() { maData.clear(); }
};
-class SwGetExpFieldType : public SwValueFieldType
+class SW_DLLPUBLIC SwGetExpFieldType : public SwValueFieldType
{
public:
SwGetExpFieldType(SwDoc* pDoc);
@@ -280,7 +280,7 @@ inline bool SwSetExpField::GetInputFlag() const
inline bool SwSetExpField::IsSequenceFld() const
{ return 0 != (nsSwGetSetExpType::GSE_SEQ & static_cast<SwSetExpFieldType*>(GetTyp())->GetType()); }
-class SwInputFieldType : public SwFieldType
+class SW_DLLPUBLIC SwInputFieldType : public SwFieldType
{
SwDoc* pDoc;
public: