diff options
Diffstat (limited to 'toolkit/source/awt/vclxwindows.cxx')
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 7cf80879148a..8fc6dc0277db 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/awt/TextAlign.hpp> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/servicehelper.hxx> #include <sal/log.hxx> #include <awt/vclxwindows.hxx> @@ -2224,16 +2223,6 @@ VCLXDialog::~VCLXDialog() SAL_INFO("toolkit", __FUNCTION__); } -sal_Int64 VCLXDialog::getSomething(css::uno::Sequence<sal_Int8> const & aIdentifier) { - return comphelper::getSomethingImpl( - aIdentifier, this, comphelper::FallbackToGetSomethingOf<VCLXWindow>{}); -} - -css::uno::Sequence<sal_Int8> const & VCLXDialog::getUnoTunnelId() { - static comphelper::UnoIdInit const id; - return id.getSeq(); -} - void SAL_CALL VCLXDialog::endDialog( ::sal_Int32 i_result ) { SolarMutexGuard aGuard; @@ -2409,17 +2398,6 @@ void VCLXMultiPage::ImplGetPropertyIds( std::vector< sal_uInt16 > &rIds ) VCLXMultiPage::~VCLXMultiPage() { } - -sal_Int64 VCLXMultiPage::getSomething(css::uno::Sequence<sal_Int8> const & aIdentifier) { - return comphelper::getSomethingImpl( - aIdentifier, this, comphelper::FallbackToGetSomethingOf<VCLXWindow>{}); -} - -css::uno::Sequence<sal_Int8> const & VCLXMultiPage::getUnoTunnelId() { - static comphelper::UnoIdInit const id; - return id.getSeq(); -} - void SAL_CALL VCLXMultiPage::dispose() { SolarMutexGuard aGuard; @@ -2672,16 +2650,6 @@ VCLXTabPage::~VCLXTabPage() { } -sal_Int64 VCLXTabPage::getSomething(css::uno::Sequence<sal_Int8> const & aIdentifier) { - return comphelper::getSomethingImpl( - aIdentifier, this, comphelper::FallbackToGetSomethingOf<VCLXWindow>{}); -} - -css::uno::Sequence<sal_Int8> const & VCLXTabPage::getUnoTunnelId() { - static comphelper::UnoIdInit const id; - return id.getSeq(); -} - // css::awt::XView void SAL_CALL VCLXTabPage::draw( sal_Int32 nX, sal_Int32 nY ) { |