summaryrefslogtreecommitdiff
path: root/framework/source/services/frame.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 09:41:49 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 09:41:49 +0000
commit1d73ff9cc2d9137a2593e9fa329e6a23c8124e8c (patch)
treea0138e255dbe3aa272b892111fca0b9c89b42059 /framework/source/services/frame.cxx
parent31392fec2a1faccd7688a6a27ea0a44c365bcbfd (diff)
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).
Diffstat (limited to 'framework/source/services/frame.cxx')
-rw-r--r--framework/source/services/frame.cxx6
1 files changed, 3 insertions, 3 deletions
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;
}
//*****************************************************************************************************************