summaryrefslogtreecommitdiffstats
path: root/include/vcl/toolkit/svtabbx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/toolkit/svtabbx.hxx')
-rw-r--r--include/vcl/toolkit/svtabbx.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/vcl/toolkit/svtabbx.hxx b/include/vcl/toolkit/svtabbx.hxx
index 1fd7b8b16e12..94b0077f44fe 100644
--- a/include/vcl/toolkit/svtabbx.hxx
+++ b/include/vcl/toolkit/svtabbx.hxx
@@ -23,6 +23,7 @@
#error "don't use this in new code"
#endif
+#include <config_options.h>
#include <vcl/dllapi.h>
#include <vcl/toolkit/treelistbox.hxx>
#include <vcl/accessibletableprovider.hxx>
@@ -39,7 +40,7 @@ enum class SvTabJustify
AdjustCenter = static_cast<int>(SvLBoxTabFlags::ADJUST_CENTER)
};
-class VCL_DLLPUBLIC SvTabListBox : public SvTreeListBox
+class UNLESS_MERGELIBS_MORE(VCL_DLLPUBLIC) SvTabListBox : public SvTreeListBox
{
private:
std::vector<SvLBoxTab> mvTabList;
@@ -90,7 +91,7 @@ namespace vcl {
struct SvHeaderTabListBoxImpl;
}
-class VCL_DLLPUBLIC SvHeaderTabListBox : public SvTabListBox, public vcl::IAccessibleTableProvider
+class UNLESS_MERGELIBS_MORE(VCL_DLLPUBLIC) SvHeaderTabListBox : public SvTabListBox, public vcl::IAccessibleTableProvider
{
private:
bool m_bFirstPaint;