diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 10:45:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 10:45:14 +0000 |
commit | cb2059e50ec79f3566cda4f12fe0aa8b901c0707 (patch) | |
tree | aae7fc26567e6a031f209398bdfbfcc33131ee56 /framework/source/xml | |
parent | 915507e68b819074fd79ff95386d20069a509b8a (diff) |
INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED
2005/11/16 15:20:50 pl 1.4.32.1: #i55991# removed warnings
Diffstat (limited to 'framework/source/xml')
-rw-r--r-- | framework/source/xml/eventsconfiguration.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/framework/source/xml/eventsconfiguration.cxx b/framework/source/xml/eventsconfiguration.cxx index 1acdda78c2ea..9a5d121baa6c 100644 --- a/framework/source/xml/eventsconfiguration.cxx +++ b/framework/source/xml/eventsconfiguration.cxx @@ -4,9 +4,9 @@ * * $RCSfile: eventsconfiguration.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:03:07 $ + * last change: $Author: hr $ $Date: 2006-06-19 11:45:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -154,8 +154,6 @@ sal_Bool EventsConfiguration::LoadEventsConfig( { return sal_False; } - - return sal_False; } // #110897# @@ -190,8 +188,6 @@ sal_Bool EventsConfiguration::StoreEventsConfig( { return sal_False; } - - return sal_False; } } |