From 9c6aa20a4c4b8700359d3eb4778d592005c33396 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 22 Apr 2008 14:39:00 +0000 Subject: 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) --- sot/source/base/object.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sot/source/base') 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!"); + } } //========================================================================= -- cgit