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:
parent
847120a6aa
commit
cc8ef06efd
@ -7,7 +7,7 @@
|
|||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* OpenOffice.org - a multi-platform office productivity suite
|
||||||
*
|
*
|
||||||
* $RCSfile: spriteredrawmanager.cxx,v $
|
* $RCSfile: spriteredrawmanager.cxx,v $
|
||||||
* $Revision: 1.8 $
|
* $Revision: 1.9 $
|
||||||
*
|
*
|
||||||
* This file is part of OpenOffice.org.
|
* This file is part of OpenOffice.org.
|
||||||
*
|
*
|
||||||
@ -32,6 +32,7 @@
|
|||||||
#include "precompiled_canvas.hxx"
|
#include "precompiled_canvas.hxx"
|
||||||
|
|
||||||
#include <canvas/debug.hxx>
|
#include <canvas/debug.hxx>
|
||||||
|
#include <tools/diagnose_ex.h>
|
||||||
#include <canvas/spriteredrawmanager.hxx>
|
#include <canvas/spriteredrawmanager.hxx>
|
||||||
|
|
||||||
#include <basegfx/range/b2drectangle.hxx>
|
#include <basegfx/range/b2drectangle.hxx>
|
||||||
@ -102,7 +103,7 @@ namespace canvas
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
ENSURE_AND_THROW( false,
|
ENSURE_OR_THROW( false,
|
||||||
"Unexpected case in SpriteUpdater::operator()" );
|
"Unexpected case in SpriteUpdater::operator()" );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user