summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/gridcell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/fmcomp/gridcell.cxx')
-rw-r--r--svx/source/fmcomp/gridcell.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index fb932ef7809f..e74ba2df0cb7 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -4405,14 +4405,7 @@ FmXFilterCell::~FmXFilterCell()
// XUnoTunnel
sal_Int64 SAL_CALL FmXFilterCell::getSomething( const Sequence< sal_Int8 >& _rIdentifier )
{
- sal_Int64 nReturn(0);
-
- if ( comphelper::isUnoTunnelId<FmXFilterCell>(_rIdentifier) )
- {
- nReturn = reinterpret_cast<sal_Int64>(this);
- }
-
- return nReturn;
+ return comphelper::getSomethingImpl(_rIdentifier, this);
}
const Sequence<sal_Int8>& FmXFilterCell::getUnoTunnelId()