diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-17 16:10:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-18 11:58:38 +0000 |
commit | 2cad5c39e3d1652e2aaa95dbe032e58369bdaed3 (patch) | |
tree | a5d21cb28425907f6373a54d2569437d26f5969b /svx/source/fmcomp/gridcell.cxx | |
parent | 02fc71edd607a5eec722841c0e2b0f1ce820c85e (diff) |
XUnoTunnel->dynamic_cast in FmXFilterCell
Change-Id: I7e875a9445fd24370d491315cb6a8aa42951f642
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145702
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/fmcomp/gridcell.cxx')
-rw-r--r-- | svx/source/fmcomp/gridcell.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index c231d7415ec6..debea567ada5 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -4491,19 +4491,6 @@ FmXFilterCell::~FmXFilterCell() } -// XUnoTunnel -sal_Int64 SAL_CALL FmXFilterCell::getSomething( const Sequence< sal_Int8 >& _rIdentifier ) -{ - return comphelper::getSomethingImpl(_rIdentifier, this); -} - -const Sequence<sal_Int8>& FmXFilterCell::getUnoTunnelId() -{ - static const comphelper::UnoIdInit theFmXFilterCellUnoTunnelId; - return theFmXFilterCellUnoTunnelId.getSeq(); -} - - void FmXFilterCell::PaintCell( OutputDevice& rDev, const tools::Rectangle& rRect ) { static_cast< DbFilterField* >( m_pCellControl.get() )->PaintCell( rDev, rRect ); |