diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:37:03 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:37:03 +0000 |
commit | a8b23ceb6cede403d92eb707cce0589a8b0d2679 (patch) | |
tree | 2d70a462e4b6d5c03f3212125f82814f33fff94f /configmgr/source | |
parent | 4e7ebfc25636ea2b75549d2ee2341f05d103a300 (diff) |
INTEGRATION: CWS warnings01 (1.19.4); FILE MERGED
2006/02/14 10:17:46 cd 1.19.4.1: #i55991# Fix warnings for ms c++ compiler
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/xml/typeconverter.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/xml/typeconverter.cxx b/configmgr/source/xml/typeconverter.cxx index 3c32d953f4b7..578e37de7bdc 100644 --- a/configmgr/source/xml/typeconverter.cxx +++ b/configmgr/source/xml/typeconverter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: typeconverter.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:42:28 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:37:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -398,7 +398,7 @@ namespace configmgr bool parseTemplateName(::rtl::OUString const& sTypeName, ::rtl::OUString& _rBasicName, bool& bList) { - ::rtl::OUString const sSuffix = TEMPLATE_LIST_SUFFIX; + ::rtl::OUString const sSuffix( TEMPLATE_LIST_SUFFIX ); sal_Int32 nIndex = sTypeName.lastIndexOf(sSuffix); if (nIndex >= 0 && nIndex + sSuffix.getLength() == sTypeName.getLength()) |