diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-29 09:11:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-29 11:30:51 +0200 |
commit | 3d844a131d7d2d2c82d865d17ad7657c7e8a185c (patch) | |
tree | 14c1e7c32f1a2acc73110769606905b30693afd6 /include/vcl/toolkit | |
parent | 965c23e21df1f8b7f2d77db0b35953957f72c04a (diff) |
use VCL_DLLPUBLIC for UnoWrapperBase to allow use in vclplug-gtk3
Change-Id: Icecb736088c5c248c1a6bf87ecb8ab0be8e46e00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113293
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/toolkit')
-rw-r--r-- | include/vcl/toolkit/unowrap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolkit/unowrap.hxx b/include/vcl/toolkit/unowrap.hxx index 5aea57d3aad7..46f1e0845cc0 100644 --- a/include/vcl/toolkit/unowrap.hxx +++ b/include/vcl/toolkit/unowrap.hxx @@ -43,7 +43,7 @@ namespace com::sun::star::accessibility { class XAccessible; } -class UNLESS_MERGELIBS(VCL_DLLPUBLIC) UnoWrapperBase +class VCL_DLLPUBLIC UnoWrapperBase { public: virtual void Destroy() = 0; |