summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/tools/EventMultiplexer.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-10 06:01:00 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-10 06:01:00 +0000
commite04aa943547460c3de4b9e44caba8266005b3e8d (patch)
tree59ec6c135f4682633456db6214fd6cc6b35ea911 /sd/source/ui/tools/EventMultiplexer.cxx
parentINTEGRATION: CWS components1 (1.43.70); FILE MERGED (diff)
downloadcore-e04aa943547460c3de4b9e44caba8266005b3e8d.tar.gz
core-e04aa943547460c3de4b9e44caba8266005b3e8d.zip
#i76152# Avoid warning ''nEventType' may be used uninitialized in this function'.
Diffstat (limited to 'sd/source/ui/tools/EventMultiplexer.cxx')
-rw-r--r--sd/source/ui/tools/EventMultiplexer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/tools/EventMultiplexer.cxx b/sd/source/ui/tools/EventMultiplexer.cxx
index ce1330a86eec..00dfb43480e5 100644
--- a/sd/source/ui/tools/EventMultiplexer.cxx
+++ b/sd/source/ui/tools/EventMultiplexer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: EventMultiplexer.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2007-04-03 16:23:44 $
+ * last change: $Author: rt $ $Date: 2007-04-10 07:00:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -640,7 +640,7 @@ void SAL_CALL EventMultiplexer::Implementation::notifyConfigurationChange (
const ConfigurationChangeEvent& rEvent)
throw (RuntimeException)
{
- sal_Int32 nEventType;
+ sal_Int32 nEventType = 0;
rEvent.UserData >>= nEventType;
switch (nEventType)
{