diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-11 12:06:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-13 08:14:38 +0100 |
commit | cd35a509ef6d0e1c09e19879fc6dc6a0ecc25bb4 (patch) | |
tree | b8f0a417b4341f5ac9516f976550d6037acdad90 /include/svtools/querydelete.hxx | |
parent | 61580fcbd10bad2e0aab663d4c8fe43c1e01f92c (diff) |
reduce symbol visibility in --enable-mergelibs=more mode
Change-Id: If811c9ec336543227db73c990248b9113846cf2f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164657
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/querydelete.hxx')
-rw-r--r-- | include/svtools/querydelete.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/svtools/querydelete.hxx b/include/svtools/querydelete.hxx index 31f494ea66c7..e473db8d18e2 100644 --- a/include/svtools/querydelete.hxx +++ b/include/svtools/querydelete.hxx @@ -18,6 +18,7 @@ */ #pragma once +#include <config_options.h> #include <memory> #include <vcl/weld.hxx> #include <svtools/svtdllapi.h> @@ -32,7 +33,8 @@ enum QueryDeleteResult_Impl QUERYDELETE_ALL = 101 }; -class SVT_DLLPUBLIC QueryDeleteDlg_Impl final : public weld::MessageDialogController +class UNLESS_MERGELIBS_MORE(SVT_DLLPUBLIC) QueryDeleteDlg_Impl final + : public weld::MessageDialogController { private: std::unique_ptr<weld::Button> m_xAllButton; |