diff options
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/awt/vclxwindows.hxx | 2 | ||||
-rw-r--r-- | include/toolkit/helper/listenermultiplexer.hxx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/toolkit/awt/vclxwindows.hxx b/include/toolkit/awt/vclxwindows.hxx index ab3d0a4ec53a..e3763da5012a 100644 --- a/include/toolkit/awt/vclxwindows.hxx +++ b/include/toolkit/awt/vclxwindows.hxx @@ -467,7 +467,7 @@ public: // class VCLXFixedHyperlink -class TOOLKIT_DLLPUBLIC VCLXFixedHyperlink final : +class VCLXFixedHyperlink final : public css::awt::XFixedHyperlink, public VCLXWindow { diff --git a/include/toolkit/helper/listenermultiplexer.hxx b/include/toolkit/helper/listenermultiplexer.hxx index a76336996244..503b3390719f 100644 --- a/include/toolkit/helper/listenermultiplexer.hxx +++ b/include/toolkit/helper/listenermultiplexer.hxx @@ -159,21 +159,21 @@ DECL_LISTENERMULTIPLEXER_END // class ActionListenerMultiplexer -DECL_LISTENERMULTIPLEXER_START_DLLPUB( ActionListenerMultiplexer, css::awt::XActionListener ) +DECL_LISTENERMULTIPLEXER_START( ActionListenerMultiplexer, css::awt::XActionListener ) void SAL_CALL actionPerformed( const css::awt::ActionEvent& rEvent ) override; DECL_LISTENERMULTIPLEXER_END // class ItemListenerMultiplexer -DECL_LISTENERMULTIPLEXER_START_DLLPUB( ItemListenerMultiplexer, css::awt::XItemListener ) +DECL_LISTENERMULTIPLEXER_START( ItemListenerMultiplexer, css::awt::XItemListener ) void SAL_CALL itemStateChanged( const css::awt::ItemEvent& rEvent ) override; DECL_LISTENERMULTIPLEXER_END // class TabListenerMultiplexer -DECL_LISTENERMULTIPLEXER_START_DLLPUB( TabListenerMultiplexer, css::awt::XTabListener ) +DECL_LISTENERMULTIPLEXER_START( TabListenerMultiplexer, css::awt::XTabListener ) void SAL_CALL inserted( ::sal_Int32 ID ) override; void SAL_CALL removed( ::sal_Int32 ID ) override; void SAL_CALL changed( ::sal_Int32 ID, const css::uno::Sequence< css::beans::NamedValue >& Properties ) override; @@ -253,7 +253,7 @@ DECL_LISTENERMULTIPLEXER_END // class TabPageListenerMultiplexer -DECL_LISTENERMULTIPLEXER_START_DLLPUB( TabPageListenerMultiplexer, css::awt::tab::XTabPageContainerListener ) +DECL_LISTENERMULTIPLEXER_START( TabPageListenerMultiplexer, css::awt::tab::XTabPageContainerListener ) void SAL_CALL tabPageActivated( const css::awt::tab::TabPageActivatedEvent& aEvent ) override; DECL_LISTENERMULTIPLEXER_END |