diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-31 09:39:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-31 11:37:25 +0000 |
commit | 4995bccb953dd398585f1f328fed10e9c170a029 (patch) | |
tree | 0c76515680aebf2957895d414da488ddf43effc3 /svx | |
parent | b8b1b1d68351765bbafe331a95909e47c661b664 (diff) |
callcatcher: update list
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/fmcomp/gridcell.cxx | 10 | ||||
-rw-r--r-- | svx/source/inc/gridcell.hxx | 2 |
2 files changed, 0 insertions, 12 deletions
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 @@ -4703,16 +4703,6 @@ const Sequence<sal_Int8>& FmXFilterCell::getUnoTunnelId() } //------------------------------------------------------------------------------ -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<FmXFilterCell*>(xTunnel->getSomething(getUnoTunnelId())); - return NULL; -} - -//------------------------------------------------------------------------------ void FmXFilterCell::PaintCell( OutputDevice& rDev, const Rectangle& rRect ) { static_cast< DbFilterField* >( m_pCellControl )->PaintCell( rDev, 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<sal_Int8>& 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); |