diff options
Diffstat (limited to 'include/comphelper/SelectionMultiplex.hxx')
-rw-r--r-- | include/comphelper/SelectionMultiplex.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/SelectionMultiplex.hxx b/include/comphelper/SelectionMultiplex.hxx index c645ec88f98b..14bbcc76734b 100644 --- a/include/comphelper/SelectionMultiplex.hxx +++ b/include/comphelper/SelectionMultiplex.hxx @@ -22,7 +22,7 @@ #include <com/sun/star/view/XSelectionChangeListener.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> -#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase.hxx> #include <comphelper/comphelperdllapi.h> @@ -65,7 +65,7 @@ namespace comphelper //= OSelectionChangeMultiplexer /// multiplexer for selection changes - class COMPHELPER_DLLPUBLIC OSelectionChangeMultiplexer :public cppu::WeakImplHelper1< ::com::sun::star::view::XSelectionChangeListener> + class COMPHELPER_DLLPUBLIC OSelectionChangeMultiplexer :public cppu::WeakImplHelper< ::com::sun::star::view::XSelectionChangeListener> { friend class OSelectionChangeListener; ::com::sun::star::uno::Reference< ::com::sun::star::view::XSelectionSupplier> m_xSet; |