INTEGRATION: CWS canvas05 (1.7.26); FILE MERGED

2008/04/21 07:31:28 thb 1.7.26.2: RESYNC: (1.7-1.8); FILE MERGED
2007/10/01 13:02:02 thb 1.7.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom
This commit is contained in:
Kurt Zenker 2008-06-24 09:51:18 +00:00
parent 847120a6aa
commit cc8ef06efd

View File

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: spriteredrawmanager.cxx,v $
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@ -32,6 +32,7 @@
#include "precompiled_canvas.hxx"
#include <canvas/debug.hxx>
#include <tools/diagnose_ex.h>
#include <canvas/spriteredrawmanager.hxx>
#include <basegfx/range/b2drectangle.hxx>
@ -102,7 +103,7 @@ namespace canvas
break;
default:
ENSURE_AND_THROW( false,
ENSURE_OR_THROW( false,
"Unexpected case in SpriteUpdater::operator()" );
break;
}