summaryrefslogtreecommitdiff
path: root/sfx2/source/config
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-04 07:17:25 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-04 07:17:25 +0000
commit56f979995e2b94d66a940be2e43427594d033e25 (patch)
treefdf3f9c12e3bcfa3bb48c01718b1b78c49fe67f4 /sfx2/source/config
parent1da74d64420a539809e142a249d1f7315b546943 (diff)
INTEGRATION: CWS swfwknoassert (1.27.22); FILE MERGED
2006/11/03 17:14:01 mba 1.27.22.1: #i70509#: superfluous assertion removed
Diffstat (limited to 'sfx2/source/config')
-rw-r--r--sfx2/source/config/evntconf.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx
index 562dc3e478..d0aeb36380 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;