summaryrefslogtreecommitdiff
path: root/sot/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:39:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:39:00 +0000
commit9c6aa20a4c4b8700359d3eb4778d592005c33396 (patch)
tree16bc6803131efe4986521f2ebdb6dc6d2e284473 /sot/source
parenta4aa8e9d4c75eca7f89947736892ef0f5ba5771e (diff)
INTEGRATION: CWS hr50 (1.8.26); FILE MERGED
2008/03/03 13:58:17 hr 1.8.26.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'sot/source')
-rw-r--r--sot/source/base/object.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sot/source/base/object.cxx b/sot/source/base/object.cxx
index dfb1390ba862..768a6076742f 100644
--- a/sot/source/base/object.cxx
+++ b/sot/source/base/object.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: object.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -464,8 +464,9 @@ void SotObject::RemoveOwnerLock()
--nOwnerLockCount;
ReleaseRef();
}
- else
+ else {
DBG_ERROR("OwnerLockCount underflow!");
+ }
}
//=========================================================================