From ec366e074d5d0d7e8f2dbd3be7ae026196f637c6 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 4 Dec 2006 07:17:25 +0000 Subject: INTEGRATION: CWS swfwknoassert (1.27.22); FILE MERGED 2006/11/03 17:14:01 mba 1.27.22.1: #i70509#: superfluous assertion removed --- sfx2/source/config/evntconf.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sfx2/source') diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx index 562dc3e4787d..d0aeb3638053 100644 --- a/sfx2/source/config/evntconf.cxx +++ b/sfx2/source/config/evntconf.cxx @@ -4,9 +4,9 @@ * * $RCSfile: evntconf.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:25:36 $ + * last change: $Author: rt $ $Date: 2006-12-04 08:17:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -695,10 +695,7 @@ SvxMacroTableDtor* SfxEventConfiguration::GetDocEventTable( SfxObjectShell*pDoc USHORT nID = (USHORT) GetEventId_Impl( aNames[i] ); if ( nID && pMacro ) pDocTable->Insert( nID, pMacro ); - else - DBG_ERROR("Suspicious event binding!"); } - } return pDocTable; -- cgit