From 4995bccb953dd398585f1f328fed10e9c170a029 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 31 Jan 2012 09:39:40 +0000 Subject: callcatcher: update list --- svx/source/fmcomp/gridcell.cxx | 10 ---------- svx/source/inc/gridcell.hxx | 2 -- 2 files changed, 12 deletions(-) (limited to 'svx') diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index d4272f55224e..fde623b8da47 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -4702,16 +4702,6 @@ const Sequence& FmXFilterCell::getUnoTunnelId() return theFmXFilterCellUnoTunnelId::get().getSeq(); } -//------------------------------------------------------------------------------ -FmXFilterCell* FmXFilterCell::getImplementation(const Reference< ::com::sun::star::awt::XControl >& _rxObject) -{ - Reference< ::com::sun::star::lang::XUnoTunnel > xTunnel( - _rxObject, UNO_QUERY); - if (xTunnel.is()) - return reinterpret_cast(xTunnel->getSomething(getUnoTunnelId())); - return NULL; -} - //------------------------------------------------------------------------------ void FmXFilterCell::PaintCell( OutputDevice& rDev, const Rectangle& rRect ) { diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx index 4de354192788..8852c4be60d0 100644 --- a/svx/source/inc/gridcell.hxx +++ b/svx/source/inc/gridcell.hxx @@ -1127,8 +1127,6 @@ public: // helpers for XUnoTunnel static const ::com::sun::star::uno::Sequence& getUnoTunnelId(); - static FmXFilterCell* getImplementation( - const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxObject); // painting the filter text virtual void PaintCell(OutputDevice& rDev, const Rectangle& rRect); -- cgit