summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:28:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:28:55 +0000
commit300ac0cadb30e502260a0a92a15ee7af9692799e (patch)
tree2df20a1c61013ffd210566c68351949a22a755cb /svtools
parent15d6aa94430b31b25bd62d44d3bcc603d4abf377 (diff)
INTEGRATION: CWS warnings01 (1.7.60); FILE MERGED
2005/11/15 19:56:06 pl 1.7.60.1: #i55991# removed warnings
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/unoevent.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svtools/source/uno/unoevent.cxx b/svtools/source/uno/unoevent.cxx
index e9f83b1038b4..d2673dcc21bf 100644
--- a/svtools/source/uno/unoevent.cxx
+++ b/svtools/source/uno/unoevent.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unoevent.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:55:44 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:28:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -227,8 +227,7 @@ OUString SvBaseEventDescriptor::mapEventIDToName(sal_uInt16 nPoolID) const
}
// not found -> return empty string
- OUString sEmpty;
- return sEmpty;
+ return OUString();
}
sal_uInt16 SvBaseEventDescriptor::getMacroID(const OUString& rName) const