From 5f520f757774db17ea4e33d34c724cf2af3adcba Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 22 Nov 2019 08:40:43 +0200 Subject: make some classes module-private Change-Id: If7303a082e06f6937fca911c578a40475546cda2 Reviewed-on: https://gerrit.libreoffice.org/83442 Tested-by: Jenkins Reviewed-by: Noel Grandin --- chart2/source/inc/OPropertySet.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') diff --git a/chart2/source/inc/OPropertySet.hxx b/chart2/source/inc/OPropertySet.hxx index 2ee1caa164c8..1fafa218a9bd 100644 --- a/chart2/source/inc/OPropertySet.hxx +++ b/chart2/source/inc/OPropertySet.hxx @@ -37,7 +37,7 @@ namespace property namespace impl { class ImplOPropertySet; } -class OOO_DLLPUBLIC_CHARTTOOLS OPropertySet : +class OPropertySet : public ::cppu::OBroadcastHelper, // includes beans::XPropertySet, XMultiPropertySet and XFastPropertySet public ::cppu::OPropertySetHelper, -- cgit