summaryrefslogtreecommitdiff
path: root/sfx2/source/config/evntconf.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:41:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:41:00 +0000
commitdf616ec4fde21f233a5bcf98827571853eeacf73 (patch)
treedbbe166ff22e71274f92476a8c60d0f1e504c291 /sfx2/source/config/evntconf.cxx
parent3d3f23e7a03901a998385c987fc76a463809e3f9 (diff)
INTEGRATION: CWS hr50 (1.29.80); FILE MERGED
2008/04/10 16:58:45 hr 1.29.80.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'sfx2/source/config/evntconf.cxx')
-rw-r--r--sfx2/source/config/evntconf.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx
index 1fc94e61a9..0354c8fcae 100644
--- a/sfx2/source/config/evntconf.cxx
+++ b/sfx2/source/config/evntconf.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: evntconf.cxx,v $
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
* This file is part of OpenOffice.org.
*
@@ -798,8 +798,9 @@ void SfxEventConfiguration::PropagateEvent_Impl( SfxObjectShell *pDoc,
catch( ::com::sun::star::container::NoSuchElementException )
{ DBG_ERRORFILE( "PropagateEvents_Impl: caught NoSuchElementException" ) }
}
- else
+ else {
DBG_WARNING( "PropagateEvents_Impl: Got unkown event" );
+ }
bIgnoreConfigure = sal_False;
}