From 6f428c38c533026c9749f71ed3144db2d4575ab6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 24 Oct 2016 08:20:45 +0200 Subject: remove unused SfxListener subclassing where the Notify method is doing nothing Change-Id: I834aa40a9bcb0dd8d7335a5688acc5da6f40b0a2 --- sc/source/ui/unoobj/afmtuno.cxx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'sc/source/ui/unoobj/afmtuno.cxx') diff --git a/sc/source/ui/unoobj/afmtuno.cxx b/sc/source/ui/unoobj/afmtuno.cxx index 8f044626cc51..d6efeac255c0 100644 --- a/sc/source/ui/unoobj/afmtuno.cxx +++ b/sc/source/ui/unoobj/afmtuno.cxx @@ -366,7 +366,6 @@ ScAutoFormatObj::ScAutoFormatObj(sal_uInt16 nIndex) : aPropSet( lcl_GetAutoFormatMap() ), nFormatIndex( nIndex ) { - //! Listening !!! } ScAutoFormatObj::~ScAutoFormatObj() @@ -388,7 +387,6 @@ void ScAutoFormatObj::InitFormat( sal_uInt16 nNewIndex ) { OSL_ENSURE( nFormatIndex == SC_AFMTOBJ_INVALID, "ScAutoFormatObj::InitFormat mehrfach" ); nFormatIndex = nNewIndex; - //! Listening !!! } // XUnoTunnel @@ -424,11 +422,6 @@ ScAutoFormatObj* ScAutoFormatObj::getImplementation(const uno::Reference SAL_CALL ScAutoFormatFieldObj::getPropertySetInfo() -- cgit v1.2.3