summaryrefslogtreecommitdiff
path: root/include/svx/sidebar
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-02-08 14:15:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-02-12 20:25:54 +0100
commit033aaeec9ee6d7ab78690054ebf1ad8af5e3eff3 (patch)
tree4c60a5e567922d944188151d74a07aa96e6e1cbc /include/svx/sidebar
parenta993b2823a106d15a50005567266acfe2f65e28f (diff)
use more UNLESS_MERGELIBS
Change-Id: I351a9127fb26369d8f598b6d6519d7e490fa476b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163190 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r--include/svx/sidebar/AreaPropertyPanelBase.hxx2
-rw-r--r--include/svx/sidebar/LinePropertyPanelBase.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx b/include/svx/sidebar/AreaPropertyPanelBase.hxx
index 07a5873acf53..92e2d2c39289 100644
--- a/include/svx/sidebar/AreaPropertyPanelBase.hxx
+++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx
@@ -48,7 +48,7 @@ class XFillBitmapItem;
namespace svx::sidebar {
-class SVX_DLLPUBLIC AreaPropertyPanelBase
+class UNLESS_MERGELIBS(SVX_DLLPUBLIC) AreaPropertyPanelBase
: public PanelLayout,
public ::sfx2::sidebar::IContextChangeReceiver,
public ::sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface
diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx
index 891ca7aa1804..7fc9d92da357 100644
--- a/include/svx/sidebar/LinePropertyPanelBase.hxx
+++ b/include/svx/sidebar/LinePropertyPanelBase.hxx
@@ -43,7 +43,7 @@ namespace svx::sidebar
{
class LineStyleNoneChange;
-class SVX_DLLPUBLIC LinePropertyPanelBase : public PanelLayout
+class UNLESS_MERGELIBS(SVX_DLLPUBLIC) LinePropertyPanelBase : public PanelLayout
{
public:
virtual ~LinePropertyPanelBase() override;