diff options
author | David Tardon <dtardon@redhat.com> | 2015-04-15 13:36:28 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-04-16 08:37:58 +0200 |
commit | add2ca7b3ab10ed9d18e60d8e50020168d922836 (patch) | |
tree | 65efcbb0de2a5cc59f61a6b22265510ec3afd53d /sw/inc/flddat.hxx | |
parent | 2a88873e96d5aa916146a74c20b34b2715418350 (diff) |
make more classes dllpublic
... to fix asan+ubsan+dbgutil build
Change-Id: I1400774d383879bbff9bf28251a104cd53bafaed
Diffstat (limited to 'sw/inc/flddat.hxx')
-rw-r--r-- | sw/inc/flddat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/flddat.hxx b/sw/inc/flddat.hxx index 2bfbec12cc6f..4dbcdf1bc872 100644 --- a/sw/inc/flddat.hxx +++ b/sw/inc/flddat.hxx @@ -80,7 +80,7 @@ enum SwDateSubFormat DATE_VAR }; -class SwDateTimeFieldType : public SwValueFieldType +class SW_DLLPUBLIC SwDateTimeFieldType : public SwValueFieldType { public: SwDateTimeFieldType(SwDoc* pDoc); |