Kaydet (Commit) c6fdc347 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS hr50 (1.116.10); FILE MERGED

2008/04/09 11:05:53 hr 1.116.10.1: #i86574#: fix warning (gcc-4.2.3)
üst 51cfdb55
......@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xmltoken.cxx,v $
* $Revision: 1.125 $
* $Revision: 1.126 $
*
* This file is part of OpenOffice.org.
*
......@@ -3085,8 +3085,9 @@ namespace xmloff { namespace token {
{
if (nRescheduleCount > 0)
--nRescheduleCount;
else
else {
DBG_ERROR("RescheduleCount not increased");
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment