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 /include/toolkit | |
parent | 2a88873e96d5aa916146a74c20b34b2715418350 (diff) |
make more classes dllpublic
... to fix asan+ubsan+dbgutil build
Change-Id: I1400774d383879bbff9bf28251a104cd53bafaed
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/awt/vclxwindows.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/toolkit/awt/vclxwindows.hxx b/include/toolkit/awt/vclxwindows.hxx index 1985154b0f6e..9bebe6860582 100644 --- a/include/toolkit/awt/vclxwindows.hxx +++ b/include/toolkit/awt/vclxwindows.hxx @@ -219,7 +219,7 @@ protected: // class VCLXCheckBox -class VCLXCheckBox : public ::com::sun::star::awt::XCheckBox, +class TOOLKIT_DLLPUBLIC VCLXCheckBox : public ::com::sun::star::awt::XCheckBox, public ::com::sun::star::awt::XButton, public VCLXGraphicControl { @@ -277,7 +277,7 @@ public: // class VCLXRadioButton -class VCLXRadioButton : public ::com::sun::star::awt::XRadioButton, +class TOOLKIT_DLLPUBLIC VCLXRadioButton : public ::com::sun::star::awt::XRadioButton, public ::com::sun::star::awt::XButton, public VCLXGraphicControl { @@ -622,7 +622,7 @@ public: // class VCLXScrollBar -class VCLXScrollBar : public ::com::sun::star::awt::XScrollBar, +class TOOLKIT_DLLPUBLIC VCLXScrollBar : public ::com::sun::star::awt::XScrollBar, public VCLXWindow { private: @@ -930,7 +930,7 @@ public: // class VCLXFormattedSpinField -class VCLXFormattedSpinField : public VCLXSpinField +class TOOLKIT_DLLPUBLIC VCLXFormattedSpinField : public VCLXSpinField { private: FormatterBase* mpFormatter; |