summaryrefslogtreecommitdiff
path: root/sfx2/source
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
commitec366e074d5d0d7e8f2dbd3be7ae026196f637c6 (patch)
tree6b77c4d534294cfa3db1ee8bf4347aab7916880f /sfx2/source
parentb938eeef83a15ea841ea345a8c714f0dd789b2a6 (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')
-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 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;