From 1d73ff9cc2d9137a2593e9fa329e6a23c8124e8c Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Oct 2006 09:41:49 +0000 Subject: INTEGRATION: CWS sb59 (1.94.40); FILE MERGED 2006/08/10 08:16:22 sb 1.94.40.1: #i67487# Made code warning-free (wntmsci10). --- framework/source/services/frame.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/source/services/frame.cxx') diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index d8cfe26087c6..0c8a5bce7c25 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -4,9 +4,9 @@ * * $RCSfile: frame.cxx,v $ * - * $Revision: 1.96 $ + * $Revision: 1.97 $ * - * last change: $Author: obo $ $Date: 2006-09-16 14:09:49 $ + * last change: $Author: obo $ $Date: 2006-10-12 10:41:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2541,7 +2541,7 @@ void SAL_CALL Frame::setActionLocks( sal_Int16 nLock ) throw( css::uno::RuntimeE // and tried to set these 5 ones here after his operations ... // we can't ignore setted requests during these two calls! // So we must add(!) these 5 locks here. - m_nExternalLockCount += nLock; + m_nExternalLockCount = m_nExternalLockCount + nLock; } //***************************************************************************************************************** -- cgit