summaryrefslogtreecommitdiff
path: root/chart2/source/inc/WeakListenerAdapter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/WeakListenerAdapter.hxx')
-rw-r--r--chart2/source/inc/WeakListenerAdapter.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/chart2/source/inc/WeakListenerAdapter.hxx b/chart2/source/inc/WeakListenerAdapter.hxx
index cd5f472c12a0..936e6e4ab4cf 100644
--- a/chart2/source/inc/WeakListenerAdapter.hxx
+++ b/chart2/source/inc/WeakListenerAdapter.hxx
@@ -36,7 +36,6 @@
#include <com/sun/star/view/XSelectionChangeListener.hpp>
#include <cppuhelper/weakref.hxx>
#include <cppuhelper/implbase1.hxx>
-#include "charttoolsdllapi.hxx"
namespace chart
{
@@ -94,7 +93,7 @@ private:
// --------------------------------------------------------------------------------
-class OOO_DLLPUBLIC_CHARTTOOLS WeakModifyListenerAdapter :
+class WeakModifyListenerAdapter :
public WeakListenerAdapter< ::com::sun::star::util::XModifyListener >
{
public:
@@ -110,7 +109,7 @@ protected:
// --------------------------------------------------------------------------------
-class OOO_DLLPUBLIC_CHARTTOOLS WeakSelectionChangeListenerAdapter :
+class WeakSelectionChangeListenerAdapter :
public WeakListenerAdapter< ::com::sun::star::view::XSelectionChangeListener >
{
public: