summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-21 11:20:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-21 11:20:29 +0200
commitd3549ce6ff87a42d3d350a21d8042cf03dc247e9 (patch)
treef1643ecd455995f53c0eaced3a63acfef3019204 /svx
parentsc: -Werror=unused-variable (diff)
downloadcore-d3549ce6ff87a42d3d350a21d8042cf03dc247e9.tar.gz
core-d3549ce6ff87a42d3d350a21d8042cf03dc247e9.zip
Use cppu::ImplInheritanceHelper
Change-Id: If4f7ebcc2da2bda68a6c51b309541181a40b6df4
Diffstat (limited to 'svx')
-rw-r--r--svx/source/fmcomp/fmgridif.cxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx
index f7a258d5b42f..67c12f9efd1d 100644
--- a/svx/source/fmcomp/fmgridif.cxx
+++ b/svx/source/fmcomp/fmgridif.cxx
@@ -1012,29 +1012,6 @@ void FmXGridPeer::GridListenerDelegator::columnChanged()
m_pPeer->columnChanged();
}
-Sequence< Type> SAL_CALL FmXGridPeer::getTypes( ) throw(RuntimeException, std::exception)
-{
- return comphelper::concatSequences( VCLXWindow::getTypes(), FmXGridPeer_BASE::getTypes() );
-}
-
-
-Sequence<sal_Int8> SAL_CALL FmXGridPeer::getImplementationId( ) throw(RuntimeException, std::exception)
-{
- return css::uno::Sequence<sal_Int8>();
-}
-
-
-Any SAL_CALL FmXGridPeer::queryInterface(const Type& _rType) throw (RuntimeException, std::exception)
-{
- Any aReturn = FmXGridPeer_BASE::queryInterface(_rType);
-
- if (!aReturn.hasValue())
- aReturn = VCLXWindow::queryInterface( _rType );
-
- return aReturn;
-}
-
-
void FmXGridPeer::selectionChanged()
{
EventObject aSource;