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/formula | |
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/formula')
-rw-r--r-- | include/formula/formula.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx index aed0e1b0d714..06a932b272b3 100644 --- a/include/formula/formula.hxx +++ b/include/formula/formula.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_FORMULA_FORMULA_HXX #define INCLUDED_FORMULA_FORMULA_HXX +#include <config_options.h> #include <memory> #include <utility> @@ -52,7 +53,7 @@ class RefEdit; class RefButton; class FormEditData; -class FORMULA_DLLPUBLIC FormulaModalDialog +class UNLESS_MERGELIBS_MORE(FORMULA_DLLPUBLIC) FormulaModalDialog : public weld::GenericDialogController, public formula::IFormulaEditorHelper { friend class FormulaDlg_Impl; |