diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-13 15:09:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-14 10:51:22 +0000 |
commit | 8d97a90564abba49dcc072d33ddd12c93f4992fe (patch) | |
tree | 5a802ee1c9394a95ec739e0027bd5c3bb4d5534e /include/toolkit/awt | |
parent | 6f812b7ac60c1c4fbc8ccba234c19ccf3871dee4 (diff) |
XUnoTunnel->dynamic_cast in VCLXMenu
Change-Id: Iee992e2e09647a7678fd05321e601a4c5bf0c430
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145469
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/toolkit/awt')
-rw-r--r-- | include/toolkit/awt/vclxmenu.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/toolkit/awt/vclxmenu.hxx b/include/toolkit/awt/vclxmenu.hxx index 096c370bce82..bc971a2088ec 100644 --- a/include/toolkit/awt/vclxmenu.hxx +++ b/include/toolkit/awt/vclxmenu.hxx @@ -28,7 +28,6 @@ #include <com/sun/star/awt/XPopupMenu.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> -#include <com/sun/star/lang/XUnoTunnel.hpp> #include <comphelper/servicehelper.hxx> #include <cppuhelper/weak.hxx> @@ -54,7 +53,6 @@ class TOOLKIT_DLLPUBLIC VCLXMenu : public css::awt::XMenuBar, public css::awt::XPopupMenu, public css::lang::XServiceInfo, public css::lang::XTypeProvider, - public css::lang::XUnoTunnel, public ::cppu::OWeakObject { private: @@ -87,9 +85,6 @@ public: void SAL_CALL acquire() noexcept override { OWeakObject::acquire(); } void SAL_CALL release() noexcept override { OWeakObject::release(); } - // css::lang::XUnoTunnel - UNO3_GETIMPLEMENTATION_DECL(VCLXMenu) - // css::lang::XTypeProvider css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override; css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override; |