diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:04:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:04:22 +0000 |
commit | 49cfe799f2b94851bbb0d340c23af854bd624f44 (patch) | |
tree | 6ab08c7ca0f23e12183fb4834db9b2f11714abb1 /stoc | |
parent | cfaae72139d66293635a3b32a2ced4a57ed969c5 (diff) |
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.
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/registry_tdprovider/functiondescription.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |