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/authfld.hxx | |
parent | 2a88873e96d5aa916146a74c20b34b2715418350 (diff) |
make more classes dllpublic
... to fix asan+ubsan+dbgutil build
Change-Id: I1400774d383879bbff9bf28251a104cd53bafaed
Diffstat (limited to 'sw/inc/authfld.hxx')
-rw-r--r-- | sw/inc/authfld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/authfld.hxx b/sw/inc/authfld.hxx index 6e3926b72b73..3e127e66907c 100644 --- a/sw/inc/authfld.hxx +++ b/sw/inc/authfld.hxx @@ -141,7 +141,7 @@ public: }; -class SwAuthorityField : public SwField +class SW_DLLPUBLIC SwAuthorityField : public SwField { sal_IntPtr m_nHandle; mutable sal_IntPtr m_nTempSequencePos; |