summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-09 14:12:45 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-03-09 15:26:54 +0100
commite0720d253460a2715d89c98db01e11c9d429c6d1 (patch)
treea095725affb354a908e197fd763e69a441732fb2 /include
parentfca333820d24b0c4542e2f8e190da7a56dd55456 (diff)
make SpinField DLLPUBLIC again
to fix Window --enabled-mergedlibs Change-Id: I0459798449e63c5e77a7b2e961520317d2383527 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90218 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/vcl/spinfld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/spinfld.hxx b/include/vcl/spinfld.hxx
index 860c44b6245c..eb9e3be59455 100644
--- a/include/vcl/spinfld.hxx
+++ b/include/vcl/spinfld.hxx
@@ -26,7 +26,7 @@
#include <config_options.h>
-class UNLESS_MERGELIBS(VCL_DLLPUBLIC) SpinField : public Edit
+class VCL_DLLPUBLIC SpinField : public Edit
{
public:
explicit SpinField( vcl::Window* pParent, WinBits nWinStyle );