From 49cfe799f2b94851bbb0d340c23af854bd624f44 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 23:04:22 +0000 Subject: INTEGRATION: CWS warnings01 (1.3.52); FILE MERGED 2005/09/22 19:52:18 sb 1.3.52.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/19 15:23:56 sb 1.3.52.1: #i53898# Made code warning-free. --- stoc/source/registry_tdprovider/functiondescription.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stoc') diff --git a/stoc/source/registry_tdprovider/functiondescription.cxx b/stoc/source/registry_tdprovider/functiondescription.cxx index a252cb68317d..62ababd4f39a 100644 --- a/stoc/source/registry_tdprovider/functiondescription.cxx +++ b/stoc/source/registry_tdprovider/functiondescription.cxx @@ -4,9 +4,9 @@ * * $RCSfile: functiondescription.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:02:47 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:04:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -109,7 +109,7 @@ FunctionDescription::getExceptions() const { osl::MutexGuard guard(m_mutex); if (!m_exceptionsInit) { m_exceptions = exceptions; - m_exceptionsInit; + m_exceptionsInit = true; } return m_exceptions; } -- cgit